Home Forums WoodMart support forum How to Centered Mega Menu

How to Centered Mega Menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #411698

    admin-8347
    Participant

    Hi Sir,

    I have created A mega Menu in Html Block and then added the mega menu under the shop with custom width and now the mega menu is on the right side. how to make the mega menu in the middle.

    #411714

    admin-8347
    Participant

    So I have added two images below in image 1 as you can see the mega menu is on the right side and in image 2 that’s how I want the mega menu in the center

    Attachments:
    You must be logged in to view attached files.
    #412009

    Hello,

    Regarding your mentioned concern, please apply the following CSS on your Site under the Dashboard > Theme Settings > Custom CSS > Global Custom CSS:

    .wd-dropdown-menu {
        right: -30em !important;
        left: auto !important;
    }

    Hopefully, it works out for you ๐Ÿ™‚

    Best Regards

    #412408

    admin-8347
    Participant

    Hi Sir,

    Thank you So much. it Works Successfully but I want the dropdown menu a little bit more to the left. like in Complete center.

    Thank you

    #412541

    Hello,

    We are glad that we could be of some help ๐Ÿ™‚

    You can tweak a little in the CSS to do that. Try decreasing the value of the โ€œrightโ€ property in the CSS and it might further work for you. Something like:

    .wd-dropdown-menu {
        right: -25em !important;
        left: auto !important;
    }

    We have tried on our end -25em value seems to be making it exactly centered. But you can try yourself too and choose the value that best suits you.

    Best Regards.

    #412604

    admin-8347
    Participant

    Hello Thank you So Much its working

    #412674

    Most Welcome!!!.

    Iโ€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to Centered Mega Menu’ is closed to new replies.