• Printing web pages can be important and Awesomeone has a problem with submenus messing up the printed page. We think it is important that our directions page print well for people who need directions and won’t be using their device in the car. We fixed the problem by suppressing submenus for printed pages like this:

    @media print {
    .sub-menu { display:none; }
    }

    Our modified awsomeone site is now public at performanceplusk9.com Yes, there are a bunch of mods in our child theme and I am willing to share how I did them.

  • The topic ‘Awesomeone needs a fix to print pages nicely’ is closed to new replies.