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*

Removing extra space between the Header and Page Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8280
    Grafixer
    Member

    I find there is too much space between the Page Title (most of the time the same as the MENU link) and the MENU bar which is the bottom of the Header. Is there a general setting where I could reduce the space or padding in these areas. I would like to make the page more compact, so people would not have to scroll. Actually ether are other area where I could loose some space, such as the Contact Form send button also has too much space around it. Could you send me some special CSS code which I could control the paddings above and be lore certain area of the theme?
    Thank yo so much.

    #8307
    Sanjip Shah
    Participant

    Please try adding the following css.

    #main {
        padding-top: 20px;
    }
    input[type="reset"], input[type="button"], input[type="submit"] {
        margin: 0;
    }
    #content ul, #content ol {
        margin: 0;
    }
    #8329
    Grafixer
    Member

    Thank you so much! It worked.

    #8397
    Sanjip Shah
    Participant

    @Grafixer Okay. Great!

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