Archived topic
Space between Menue and Image
1 reply · Started by Stephan Schramm on July 4, 2022
Viewing posts 1–2 of 2
Dear all,
as soon as I set a featured image, there is a space between the menu and the first image on the page. The image is the background of the first container blog. Is it possible to avoid this space?
Best regards
Stephan
Hi Stephan,
Try this CSS:
.inside-article .entry-content {
margin-top: 0;
}
This archived topic is closed to new replies.