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*

Deleting white space above main pic on home page

Tagged: 

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

    Hi Greg,

    To reducing the white space above the main jpeg and the area just below the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .home #main {
        padding-top: 0;
    }
    .home img.alignright {
        margin-bottom: 0;
    }

    Thank you!

    #20885
    Greg
    Participant

    Awesome !!!! thank you so much 🙂

    #20907

    Great 🙂

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