Changing menu dropdown side

Hi there,
On my site https://relentlessdogs.wpengine.com/, I’d like to change the side the sub dropdown menus display on. Currently the go to the left. How could I make them go to the right?

See screenshot.

Thanks so much!

Marcus

Or even better, that they would dropdown wherever there is room. Currently the menu gets cut off on the left, but I don’t want that to happen to In Loving Memory when it is switched to the right. How could that be achieved?

Thanks!

Hello Marcus,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
    right: auto;
    left: 100%;
}

We would love to know if this has worked for you. Thank you.

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