Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #531716

    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

    #531864

    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.

    #532336

    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

    #532569

    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.

    #532579

    Hey!

    Glad you figured it out!
    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problems with responsive menu and slider’ is closed to new replies.