• yipching

    (@yipching)


    Greetings! Buildr is one of the best themes I’ve ever worked with! I have one minor complaint that I’m sure can be addressed…

    When you drop down a menu from the header, there is no spacing or separator between each item on the menu. It makes it extremely difficult for the reader to distinguish between items on the drop down. When you hover over the list, the items do change color, which helps.. But is there a way to adjust the spacing set on the menu itself?

    See an example:

    Snip

    Thank you!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • saurabh.dhariwal

    (@saurabhdhariwal)

    Hello @yipching

    Add below css code in your current active child themes style.css or add in additional css option in theme customizer.

    ul.slim-header-menu li ul.sub-menu li:hover {
    	background: #3e3c3c;
    }
    ul.slim-header-menu li ul.sub-menu li {
        margin-top: 15px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter yipching

    (@yipching)

    THANK YOU!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Separation between items on menu dropdown’ is closed to new replies.