Needing to Center Logo Above Menu
-
I am hoping to center my logo above my navigation bar and increase its size but I’m not entirely sure how to do that!
The blog I need help with is: (visible only to logged in users)
-
Hi @shelbyfaries, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours using Auberge, there is a dedicated Auberge support forum at WordPress.org where you can post your questions.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site, and the following custom CSS should get you started.
.site-branding { width: 100%; text-align: center; } @media screen and (min-width: 881px) { .main-navigation { width: 100%; text-align: center; } .main-navigation .menu { margin-left: auto; margin-right: auto; float: none; display: inline-block; } }
- The topic ‘Needing to Center Logo Above Menu’ is closed to new replies.