Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Menus › Center Items menu
- This topic has 8 replies, 3 voices, and was last updated 3 years, 8 months ago by
Manathan.
-
AuthorPosts
-
TEVParticipant@tev671
- 9 Topics
- 22 Posts
Hello there,
I must center grimlock menu items but all my attemps to modify it with css have failled.Can you help me please ?
I know this is an issue about customizing a website but this is not normal I cannot do this.Thank you
August 22, 2021 at 17:18 #34532wpengineMember@wpengine- 0 Topics
- 27 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
August 22, 2021 at 17:19 #34533@themodactyl- 0 Topics
- 6758 Posts
Hi TEV,
It depends of what you’re trying to achieve.
Could you provide us with screenshots of your website please? Please don’t hesitate to comment or highlight your screenshots to help us better understand your issue.
Thank you.
August 23, 2021 at 10:44 #34546@themodactyl- 0 Topics
- 6758 Posts
Hi TEV, 🙂
This is standard design with our theme. As this is not breaking the page, changing this is considered customization work.
However, as it is simple to change this, we made you a CSS snippet. Simply add the following code snippet to your website:
/** * Center all items in logged in user menu */ @media (min-width: 992px){ .main-navigation .navbar-nav .menu-item--profile > .sub-menu li a { justify-content:center; } }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
August 25, 2021 at 13:49 #34604@themodactyl- 0 Topics
- 6758 Posts
Hi Tev, 🙂
Here is a snippet that should do the work for you:
/** * Center all items in menu for mobile and tablet */ @media (max-width: 991px){ .main-navigation .navbar-nav li.menu-item a { justify-content:center; text-align:center !important; } }
Best,
August 26, 2021 at 12:09 #34630 -
AuthorPosts
The topic ‘Center Items menu’ is closed to new replies.