Menu Align
- The topic ‘Menu Align’ is closed to new replies.
Need help? Check out our Support site, then
Is there anyway to center the primary menu?
The blog I need help with is: (visible only to logged in users)
Hi there,
Thanks for posting on our forum.
Would you mind to change your site privacy settings from Private to Hidden, please?
Hidden. If you want all human visitors to be able to read your blog, but want to block web crawlers for search engines, this is the setting for you. (Please note, however, that not all search engines respect this setting.)
Once I see your site and fix the issue using CSS by suggesting it here, you can change your reverse you site privacy again.
Thanks.
I have changed it from private to hidden.
Hi there,
Please use the following CSS via Customizer > CSS:
@media screen and (min-width: 50em) {
.branding-nav-wrapper {
text-align: center;
font-size: 0;
}
}
Hope this helps.
Cheers!
Thank you!!
You are welcome.
Have a nice day.