I have a Polo theme on my current website. It is using DDR menu. What I want is in the print.css or javascript somewhere to override the mobile hamburger menu and display the full menu while printing. Does anyone know how to do this?
Do you mean that you have a hamburger menu on the desktop version? Typically you can change the header / menu by selecting a different header.
Thanks for your response.
No the hamburger menu is displayed while printing - I want the full menu on 8.5 x 11 size print. Anything smaller than 8.5 x 11 will be the the hamburger menu.
My first try would be to use media queries and use the media type print. https://www.w3schools.com...ss3_mediaqueries.asp
In order to make sure, make it !important; in your css
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.