Hi,
Can I suggest the breakpoints are amended when being viewed on a 7″ tablet? If you have the header set to right or left, it becomes virtually unusable with a tablet in Landscape orientation. If you switch to Portrait orientation the header eats up too much real estate.
I would personally have anything iPad or below switch to using the mobile layout.
At the moment I’m being forced to use Divi for designs where a sidebar header is requested, when I would much prefer to use Enfold.
Thanks,
Paul.
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Best regards,
Yigit
Excellent, I’ll keep this for reference.
Thanks Yigit.