badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How do I make the drop down menu height smaller?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11890
    smythep
    Participant

    I had asked earlier about how to make the text smaller on the drop down menu. Now I’m wondering how to make the height of the boxes that drop down smaller. Here’s the site.
    http://www.futurestar.us

    Thanks in advance.

    #11911

    Hi Smythep,

    To make the height of the boxes that drop down Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul {
        width: 230px;
    }
    #access ul li ul li ul {
        left: 230px;
    }
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a,
    #access ul li ul li a:hover,
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item ul li a:hover {
        padding: 4px 10px;
    }

    Thank you!

    #11995
    smythep
    Participant

    Thanks!

    #12003

    Ok you welcome

    Thank you!

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