Header Builder Question - Submenu positioning

Hi there,

I’m building a site at:

https://tablebudapest.com/rolunk/

Thing is, I created the header through the header builder, but some sub items get positioned slightly off.
If you hover on események - the submenu items starts right where it needs to. Right under it, positioned to the middle.
However, if I go over to rendezvényszervezés, it is slightly positioned to the left, like on this image:

Why is this and how can I fix it?

Hi @Pbalazs89,

Thanks for writing in!

I believe this is due to the doesn’t have space in the right, that’s why the submenu opens towards left.
So it became right aligned and due to its bigger size it showing little outside to the left.

To fix this issue please add this CSS to your Theme Option -> Global CSS and let us know if that works.


ul.x-dropdown, ol.x-dropdown {
    right: auto;
    left: 0px;
}

Hope this helps!

Thanks

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