Home › Support Forums › Theme Support › Enlightenment › Gap Between Nav and First Row (Image Slider) › Reply To: Gap Between Nav and First Row (Image Slider)
Fladi
Participant
Hi,
please try this:
go to your theme settings -> look for Tab “Design” and enter the following in “Enter your custom CSS Rules”:
@media (min-width: 768px) {
.single .site-content, .page .site-content {
margin-top: 0px;
}
}
If the whitespace is on mobile view as well you could use let out the @media-query and the last }
Did this work?