Archived topic
Logo Moves
8 replies · Started by Jeff on July 10, 2017
I'm having an issue with my logo changing position in the header.
I selected center option for the position of the logo, but it's positioned left.
The logo only becomes centered (desktop view) after I select tablet or mobile view. After another edit to the site, the logo moves back to the left-hand side of the header.
Any suggestions on how to keep the logo centered?
Thanks.
Hi there,
Any chance you can link me to the page?
Thanks!
Hi Leo,
Sure. Do you just need the URL?
Thanks,
-Jeff
Yup that should do for now :)
You can send it through Account Issue here if you want to keep it private: https://generatepress.com/contact/
Thanks!
Leo,
I sent the URL via the Account Issue link.
Thanks,
-Jef
Looks like you have this added in Custom CSS:
@media (min-width:769px) {
.site-branding {
display: inline-block;
}
.site-logo {
float: left;
margin-right: 20px;
}
}
Leo,
I completely forgot about that. Thank you for your help!
-Jeff
Fixed.
Glad I could help!