Center Top Logo
-
Hey all, I have a few questions but I will start with this one. Can anyone help me move the logo I have to the center of the page? I would appreciate it!
Justin
The blog I need help with is: (visible only to logged in users)
-
Hi Justin, this will center your logo at the top.
#masthead hgroup { float: none; margin-left: auto; margin-right: auto; } -
-
Sorry, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the CSS code I gave above.
-
-
-
Another question. Can I change the size of the default image? I would like it a little larger?
-
Stay supports the Flexible Header feature, so you can upload and use any size you want, but we need to increase the size of the parent element using CSS. You can add the following CSS, which increases the header area to 100% width.
#masthead hgroup { width: 100%; }
- The topic ‘Center Top Logo’ is closed to new replies.