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*

Reduce spacing between top menu bar and submenu pages

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24088
    Francis
    Participant

    (Sorry for my bad English)

    Hi, is there any way via CSS to reduce the space between a top menu item and the sub menu pages linked to it ? I tried to reduce the padding or height of #access a but the sub menu still appear too low for me. I would like to tie it to the top menu item.

    Thank you

    Website : http://www.apjq.net/nouveau

    #24106

    Hi Francis,

    To reduce the space between the main menu and the drop-down menu 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 {
        top: 80px;
    }

    Thank you!

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