How do I remove the white space between the Home Slogan and the posts on my page. Here is the website
@edgariraheta In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. #main { padding-top: 10px; } You can increase/decrease the px values you like.
#main { padding-top: 10px; }