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*

Reply To: Deleting white space above main pic on home page

#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!