Megamenu: how to center it and changing the font of the block
-
Hi,
1) I’m having a megamenu using the HTML blocks, but it opens to the right (the megamenu starts right below the menu link).
Is there a way to have it open centered?
2) In the HTML block I mentioned, I’m using the “extra menu list” widget which was used by default in the template to create the submenus. However, it doesn’t have any styling tab…how can I make the font of these submenus bigger?
Thank you
EDIT: You can skip point nr.2, I’m recreating it using a different widget. Thank you
Hello,
1- Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-dropdown-menu {
right: -35em !important;
left: auto !important;
}
In this CSS, you can tweak the value of the right CSS property according to your choice that best suits you being the dropdown mega menu centered.
Best Regards