Header image will not center– Motif theme
-
I’m trying to get the image centered but I cannot figure out how to do that. At the present time the image is not aligned properly. I am using the Motif theme.
The blog I need help with is: (visible only to logged in users)
-
Your header image looks perfectly centered to me. What type of device are you using to access the site?
-
Try adding this to your custom CSS. The first piece removes the default 34px of padding, and the second centres the header image.
.site-branding { padding: 0 0 34px 0; } .site-branding .site-image { margin: 0px auto; width: 980px; } -
Thank you! That worked Kathy.
Thanks for your response musicdoc1 I was looking at it on two laptops and it never centered for me :( this code worked.
-
- The topic ‘Header image will not center– Motif theme’ is closed to new replies.