Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1326542

    Hello together
    I have created a submenu here on this page
    (link below)

    Is it possible to make the spacing of the menu smaller when mobile?

    Print screen see below

    thank you and kind regards
    Franz

    #1326602

    Hi schweg33,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #top .av-subnav-menu > li {
            padding: 15px 0 0;
        }
    }

    Best regards,
    Nikko

    #1326622

    Thanks you very much
    Nikko

    This works great

    I have now made a background color for the text
    how can I set this color left and right of the text has a distance
    see Printscreen

    kind regards
    Franz

    #1326664

    Hi Franz,

    Please try this CSS as well:

    .current-menu-item:not(.current-menu-parent) .avia-menu-text {
        padding: 0 10px;
    }

    Best regards,
    Rikard

    #1326901

    Hollo Rikard
    Thanks a lot
    That is so ok for me
    Your support is always great

    you can close this request

    kind regards
    Franz

    #1326935

    Hi Franz,

    Great, I’m glad that we could help, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Distance between lines smaller’ is closed to new replies.