Archived topic
margin bottom for blog posts header
3 replies · Started by Anders on December 19, 2020
Viewing posts 1–4 of 4
Hi! I added a background color for the blog posts header, but now it's too close to the featured image. Can I change the margin bottom in the customizer or do I need to add custom css?
See example - the light yellow color is too close the image
https://simpliweb.se/trend-zone-webb-shop/
Hi there,
you can either increase the Top Padding in Customizer > Layout > Container
OR try adding this CSS:
.page-hero {
margin-bottom: 50px;
}
thanks!
You're welcome
This archived topic is closed to new replies.