I’m having a lot of troubles trying to keep my layout together. If I narrow the browser window my main menu and my slider do not shrink, words get chopped and basically nothing aligns. I’ve tried to use percentage but nothing changes. Can someone put me on the right track? I give you access inthe private content. Thanks
OK, I managed to fix the slider, now it behaves like it should (there was a problem with negative margin). The main menu though is still a problem.
Hi,
You could try activating the mobile menu at an earlier stage, try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1345px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Thanks,
Rikard
Thanks Rikard, that helped a bit but I also realized that I was expecting something that could not happen with the layout configuration I chosed. So I switched to a boxed layout having the upper part appear full screen by adding a html background repeated-x gif. This way the menu stays aligned with the slider at least on the left corner and even if it does not shrink it keeps the layout integrity.