Trying to centre the logo/company over the menu options
-
Is it possible to centre the logo/company text over the menu options?
The blog I need help with is: (visible only to logged in users)
-
Howdy helathmomentumconz!
With your current theme, this is possible only if you have the having the Premium or Business Plan which grants ability to customize the CSS of your page. Are you planning to purchase this? If so, I could provide you with the code to centre the logo/company for you!
-
Hi @, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see what you think.
@media screen and (min-width: 1025px) { #site-branding { float: none; margin-left: auto; margin-right: auto; width: 440px; } #site-navigation { width: 100%; max-width: 100%; } .menu-primary-container { text-align: center; } }
- The topic ‘Trying to centre the logo/company over the menu options’ is closed to new replies.