Ubermenu Custom CSS Location?

Hello! I spoke with support at Ubermenu about make a fullwidth menu using their mega menu integrated into a PRO Header. Since it’s bounded by the theme, he gave me some custom CSS code to override the boundary.

I tried putting it in the Global Pro custom CSS area, but it didn’t seem to work.

Here is the CSS code:
.e228-4.x-bar-container{
position:static;
}

Here is a page with the current bounded menu:
https://prolificsdev.wpengine.com/cloud/

Video overview:

Thank you!

Andy

Hello Andy,

Thanks for writing in!

You will need to edit your header. Click the container and find the “Customize” tab in the container element settings. You need to insert the custom inline element css:

$el.x-bar-container{
   position:static;
}

Hope this helps. Please let us know how it goes.

Thank You!!!

You are most welcome!

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