-
I tried to look through the CSS how to adjust the margin between the "navbar" and "wrapper" divs, but couldn't figure it out. Could someone help me out and point me in the right direction? :) |
Beta Was this translation helpful? Give feedback.
Answered by
jannes
Jan 15, 2024
Replies: 1 comment 1 reply
-
Should have waited a bit longer with my question, I did find the solution myself now: To adjust margins for the homepage change the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hugo-sid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should have waited a bit longer with my question, I did find the solution myself now:
To adjust margins for the homepage change the
.author
class in_layout.scss
, to adjust the margins of the posts page and individual posts change the.header
class in_post.scss
:)