Space above carousel

When I activate the carousel on the home page there is a space above the image and below the menu. My images are 1110 x 600 - the same as the demo. Any suggestions?

  1. Make sure that there are no HTMl elements before your shortcode inside Page where slider should be displayed. If this is not the case, you can move slider up by adding this code to Theme Options - Other - Custom CSS.

If this negative margin is not enough, you can always increase it to get the results you were looking for.

.page-template-page-homepage-php .carousel {
    margin-top: -20px;
}

Hi Aigars, I absolutely love this theme! However, I have the same problem.

I followed your advice above and tried this code and adjusting the the 20 but nothing happened.

Any other thoughts?

Thank you http://hetohuaroha.com

hetohuaroha,

Thank you for your feedback!

Awesome use of my theme! Really nice looking website.

You have slightly different website setup than I mentioned above, so in your case this code should work.

Add this code to Theme Options - Other - Custom CSS

.home .carousel {
    margin-top: -20px;
}

Let me know if this works.

This has worked! Thank you very much.