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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22776
    tking512
    Participant

    I’m sure this is a simple fix that I’m just missing.

    I want to reduce the padding around the menu and around the page title (the grey space in the page title wrap).

    Any input?
    http://gymx-treme.com/boosters/xtremechallenge/

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.