Header
-
I would like to align my logo at the center of the website page and decrease the white space before the menu. It’s too big.
How can I do that ? I don’t have any idea of the CSS code.
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there, remove this from your custom CSS
.custom-logo { position:relative; left:300px }and then add the following to the bottom of your custom CSS.
.site-title-wrap { margin-left: auto; margin-right: auto; display: block; } @media screen and (min-width: 800px) { .top-navigation-right { width: auto; margin-top: -40px } }
- The topic ‘Header’ is closed to new replies.