Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Menus › Sub menu margin problem
- This topic has 6 replies, 2 voices, and was last updated 1 year, 6 months ago by
Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6690 Posts
Hi Rodolphe,
Thank you for reaching out to us!
It’s best if we take a quick look at this…
Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
March 27, 2023 at 14:58 #44647@themodactyl- 0 Topics
- 6690 Posts
Hi Rodolphe,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
Until the next update, simply add the following code snippet to your website:
/** * FIX: Remove negative margins on sub menus in mega menu */ @media (min-width: 992px){ .grimlock-navigation .navbar-nav.grimlock-navbar-nav--main-menu > .menu-item.mega-menu > ul.sub-menu > li.menu-item > ul.sub-menu li.menu-item > ul.sub-menu li.menu-item{ margin-left:0px; } }
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,
March 29, 2023 at 12:24 #44663@themodactyl- 0 Topics
- 6690 Posts
Hi Rodolphe,
We have just released a new update of Grimlock. Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
July 26, 2023 at 10:41 #45745 -
AuthorPosts
The topic ‘Sub menu margin problem’ is closed to new replies.