Hi X Team,
I cannot seem to get my sub menu and sub-sub menu positioned correctly off the main navigation. Can you offer some assistance?
Hi X Team,
I cannot seem to get my sub menu and sub-sub menu positioned correctly off the main navigation. Can you offer some assistance?
Hi @bluetroop2,
Thank you for reaching out to us. Upon checking your site, I see you’ve custom CSS added which is conflicting with the sub menu positioning, please find and remove the following code first:
.x-navbar .sub-menu {
top: 90px!important;
right: 90px !important;
}
Furthermore the actual height of your header is 180px and the height set in your header settings is only 90px which is pushing up your submenus. To fix this, please navigate to Theme Options > Header > Navbar Top Height and set it to 180 (see screenshot)
Let us know how this goes!
Changes made, but things still appear to be off. What else can I do?
Hi @bluetroop2,
As specified by my colleague, that the custom code is overriding the default positioning of the sub-menu. To get rid of that, please remove the code and try once again.
Please remember that we don’t offer support to custom codes and any issues related to that.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.