Archived topic
How to increase the space between main navigation menu and the first post title
4 replies · Started by Halil on June 1, 2022
hi,
I'd like to increase the space between the main navigation menu (which is also my header) and the title of the first post only thru css?
Hi Halil,
Try this CSS:
.blog.separate-containers .site-main {
margin-top: 50px;
}
great! do you have similar magic for the first widget in the left hand sidebar? So that I can align titles of first sidebar widget and the first blog post?
the first widget actually is a block with before_left_sidebar_content hook!
nevermind, I played with margins etc in the sidebar block. thanks a lot.
Great! Glad you figured it out!