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 dropdown menu smaller?

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

    I am attempting to make the drop down menu smaller on my site, specifically the text. How can I do that?

    The site url is http://www.futurestar.us

    #11751

    Hi Smthep,

    To make the drop down menu smaller 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 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 {
        font-size: 15px;
    }
    #access ul li ul li ul {
        left: 230px;
    }

    Thank you!

    #11790
    smythep
    Participant

    Worked perfectly. Thank you for your help!

    #11803

    That’s great

    Thank you!

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