Header CSS Issue

Hello!

I’m trying to get my sub-submenu to populate on the right side instead of the bottom. I’ve actually figured out what styling is causing, but I can’t figure out how to override it. Here is a picture of the styling and issue.

Any help?

Thanks

Hi @ASTI,

Actually, the problem is caused by this CSS code:

ul.x-menu .x-dropdown {
    position: absolute !important;
    left: 0px !important;
    top: 100% !important;
}

That code is not part of our theme and is a custom CS code that you added to the website. I double checked the website you are talking about and found out that you are using a plugin with a name something like WP Custom CSS which the CSS code is added to that plugin’s options.

Please search for the custom CSS that you added and find the code that I mentioned and remove that.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.