Header image not centered on mobile
-
Hi, I would like my header image to center (and I guess it would have to become smaller), when viewing the website on a mobile phone. I thought I had found the solution on another thread, but it did not do the trick although it was in a thread about centering header image like mine.
@media (max-width: 580px) {
.site-header > .site-logo {width: 100%;text-align: center;}
.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {margin-left: 0;width: 100%;max-width: none;}
}
I wonder if some of my other CSS is affecting this. Everything looks fine on desktop and tablet, at least in the tablet preview in the dashboard. I don’t own a tablet so cannot be certain. Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Header image not centered on mobile’ is closed to new replies.