Dropdown menu is cut off by browser

When the second submenu opens to the right site it is cut off by the border of the browser. is there a way to open it to the left side?

Hey there,

Probably can be fixed by custom CSS, can you please provide a screenshot of the problem?

Regards,


Here it is.

Hi there.

Thanks for the screenshot, please add this CSS code in the Appearance > Customize > Additional CSS:

.main-navigation .menu > li > ul > li ul {
    left: -100% !important;
}

Let me know how it goes.

It works. Thanks a lot!

You’re welcome!

I’m glad to hear that it’s working for you. If you need any further assistance, feel free to reach out.

Regards,