Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #594988

    I’m using the secondary menu on top of the page. On mobile view there is too much space between the menu-items. How can I decrease the space between the items? So all the items keep on one line?
    Thank you

    #595388

    Hey spitsdesign,

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

    @media only screen and (max-width: 767px) {
    .sub_menu li {
        padding: 0px 5px !important;
    }
    }

    Regards,
    Rikard

    #595502

    Superb! thank you Rikard

    #596023

    Hi!

    Glad the code worked for you.

    Cheers!
    Jordan

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