Archived topic
How to Remove Gap Between Menu and Image on One Page
1 reply · Started by Greg on January 14, 2020
Viewing posts 1–2 of 2
I have one page where I would like to remove the gap between my menu and the hero image. I only want to do it on this particular page. How would I achieve that? I created a new layout element for this page. I'm not sure if I can do it in there or if it needs to be done with CSS. Thanks!
Hi there,
we could remove the margin from any full width page with this CSS:
.full-width-content .entry-content {
margin-top: 0;
}
This archived topic is closed to new replies.