Getting sub-menu items to open on left (vs right)

At this site: https://dtpcapitalpartners.com/

If you look at say the drop down menu for “Services”. then go to sub item “Real Estate”…then the sub sub-menu items under Real Estate (Debt Equity and Loan Programs) this list of menu items opens on the LEFT. For some weird reason my client wants the sub sub-menu items to open on the right. No idea why he prefers that. But can this be changed somehow?

Hello @444media,

Thanks for writing to us.

In order to align the sub-menu item to the right side, you need to add this custom CSS code under Theme Options—>CSS

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

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Worked perfectly! Thanks so much…just what I think he wanted!

Glad to hear that, @444media.

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