Archived topic
Header image
7 replies · Started by Alessia on March 15, 2017
Hi dear GP-Team,
I have one question regarding my website https://www.girostart.de/
How can I get my logo a little bit down? I place my logo under GP Hooks.
Thank you!
Hi Alessia,
Try this CSS and adjust the px number as you see fit:
@media (min-width: 1025px) {
.site-logo {
padding-top: 12px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hi Leo,
thank you, it works! :-)
You're welcome :)
Sorry, I have one more question:
How can I reduce the space in the icons area in the header? As example the first icon is to close to the logo. I want to have their more to the right side.
Try
.inside-header .grid-66 {
padding-left: 35px;
}
It looks now better. Thank you very much! :-)
You're welcome!