Site logo

Archived topic

How to add some margin?

1 reply · Started by Former User on August 8, 2021

Viewing posts 1–2 of 2

Hello,

On my site bellow under top menu when it comes first post title the space on top is very small on the white background there, how I can make 15px more of margin there?

Thanks,

Sara

Hi there,

the best method would be to edit the Block Element - Content Template, and add some top padding to the Container Block.
If not add this CSS to do it for you:

body:not(.single) .site-main article:first-child > .gb-container {
    padding-top: 40px;
}
This archived topic is closed to new replies.