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

    Hello Enfold-Team!
    I like your theme very much.
    Behaviour of grid row changing to 100% width on smaller screens is great.
    It starts with 752 px to become 100% width. How can I have this behavior start at 948px?
    Changing this to my disired width would make me and my customer happy.
    Let me know.

    #416328

    Hi royaltask!

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

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

    Regards,
    Rikard

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