Hi,
I’ve built a site for a client: https://enough3e.org.
Can I adjust the sub-navigation in the top menu to be right-justified?
Hi,
I’ve built a site for a client: https://enough3e.org.
Can I adjust the sub-navigation in the top menu to be right-justified?
Hello @BeeDesigns,
Thanks for writing in!
To resolve your issue and adjust the sub-navigation in the top menu to be right-justified, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.masthead-inline .x-navbar .desktop .sub-menu {
left: 0;
right: auto;
}
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.