Hey there Thorpeedo,
How are you doing today?
This can be done with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
#masthead hgroup {
float: none;
}
img.site-logo {
display: block;
margin-left: auto;
margin-right: auto;
}
This should center the logo in your header. Hope this helps 🙂
Cheers,
Bojan
Bojan, you are a legend. Thanks a lot.
🙂
Glad I could help 🙂 Have a great day!
Cheers,
Bojan
Hi, I am using storefront paper. http://www.eshoplate.com and would like to aligh the menu on the bottom of the log rather where it is now at the top.
I have added the simple custom css plugin however I am not sure which code I should use to move the menu down.
I appreciate your help.
Kind Regards
Hey there Farruj,
Not really sure I understand where you want that navigation placed, if you want it on the bottom of the header area like this http://screencast.com/t/qv596HzAIL5 you can try adding the following to Appearance -> Custom CSS:
nav.site-navigation.main-navigation {
margin-top: 100px;
}
You can play with numeric value to move it to the top or bottom to position it the way you want.
Hope this helps 🙂
Cheers,
Bojan