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 height of top section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22341
    Chapline
    Participant

    How do I reduce. top to bottom, the entire top section of the page. Where the header and the menu are. See the blue area @ http://www.gksw.com/wordpress

    #22406

    Hi Chapline,

    To entire top section of the page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding-top: 30px;
    }
    #secondary {
        padding-bottom: 0;
    }
    .hgroup-wrap {
        padding-bottom: 0;
        padding-top: 0;
    }
    .hgroup-wrap img {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    Thank you!

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