Home Forums WoodMart support forum Megamenu: how to center it and changing the font of the block

Megamenu: how to center it and changing the font of the block

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #415897

    9aboveandbeyond
    Participant

    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

    #415941

    9aboveandbeyond
    Participant

    EDIT: You can skip point nr.2, I’m recreating it using a different widget. Thank you

    #416125

    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

Viewing 3 posts - 1 through 3 (of 3 total)