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*

Padding on Menu and Page Title Wrap

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22822

    Hi tking512,

    To reduce the padding around the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        height: 30px;
        padding: 0;
    }
    #access ul li ul {
        top: 32px;
    }
    .search-toggle {
        margin-top: 1px;
    }
    #search-box {
        top: 30px;
    }

    Thank you!

    #22861
    tking512
    Participant

    Perfect – thank you!

    #22891

    That’s great tking512

    Thank you!

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