Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello
I was wondering if when viewing the website on a small device/phone ie when the 3 small menu lines appear at the top of smaller screens, would it be at all possible to hide the sidebar and allow the main content to float to the top and have full screen width?
Thanks
Hello,
Yes, you can disable the sidebar on phone view. Add this code to your CSS box:
@media (max-width: 480px) { aside#widgetarea-sidebar { display: none !important; } }
Let us know.
Best regards!
You must be logged in to reply to this topic.