Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #641790

    Hi there

    I am trying to make this website responsive to iPad etc. When I make the browser window smaller, the menu goes underneath the logo.

    I have tried code from other help threads on this website but haven’t had any luck.

    #642370

    Hi tankerhq,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }
    

    You can adjust the value 1024 to the pixel value of your choice.

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.