January 21, 2015 at 7:11 am
#20859
Theme Horse Support Team
Keymaster
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!