Spacing between items at dropdown menu. - by umuto

This topic has 4 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow

  • Avatar: umuto
    umuto
    Participant
    May 30, 2019 at 20:13

    Hi there. I would like to modify spacing between items at dropdown menu. I want to lower the height of that spacing by half.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 31, 2019 at 07:20

    Hello,

    You can add CSS code in Theme Options > Custom CSS, for example:

    .item-design-dropdown .nav-sublist-dropdown {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .item-design-dropdown .nav-sublist-dropdown ul>li>a {
        padding: .3em .9em;
    }

    Regards

    Avatar: umuto
    umuto
    Participant
    June 3, 2019 at 09:31

    thank you

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 3, 2019 at 10:55

    Hello,

    You are welcome.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.