This code is making the >“about” dropdown appear to the right. How can I have it in the centre
.x-megamenu .sub-menu {
width: 450px;
left: auto !important;
right: 0 !important;
}
This code is making the >“about” dropdown appear to the right. How can I have it in the centre
.x-megamenu .sub-menu {
width: 450px;
left: auto !important;
right: 0 !important;
}
Fixed it
.x-megamenu .sub-menu {
width: 450px;
left: auto !important;
right: auto !important;
}
Hello @VelocityWeb,
We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.