Reply To: Nav / mobile view / print-friendly view / footer widget layout

Home Forums Support Nav / mobile view / print-friendly view / footer widget layout Reply To: Nav / mobile view / print-friendly view / footer widget layout

Home Forums Support Nav / mobile view / print-friendly view / footer widget layout Reply To: Nav / mobile view / print-friendly view / footer widget layout

#230207
Tom
Lead Developer
Lead Developer

3. That is a long word. Not possible to shorten it? There’s an option to edit it using Menu Plus in “Customize > Layout > Primary Navigation”.

4. Hmm, you could reduce the size of the text on mobile? Can’t think of much else off the top of my head.

5. For now you’ll have to use GP Hooks, but I’m definitely considering an add-on for this. It wouldn’t strictly be mobile only, but it would be easy enough to make mobile only.

12. Interesting, I’ll have to look into this more before making any changes to the core theme.

Right now, you can specify CSS for printing only using media queries:

@media print {
    /* CSS in here */
}

Glad the rest of my answers helped 🙂