Hi
On my website www.odourcontrolni.com my nav bar appears to the left when you hover over the subtitles - How do I get it to appear to the right?
Thanks
Hi
On my website www.odourcontrolni.com my nav bar appears to the left when you hover over the subtitles - How do I get it to appear to the right?
Thanks
Hi @envirogroup,
Thanks for reaching out.
You mean the sub-menu? Because all sub titles and headlines are centered on your page. If yes, then please add this CSS to your Theme Options > CSS
.desktop .sub-menu li>a {
text-align: right;
}
Thanks!
Hi. I added this to glonal CSS and Additional CSS but neither worked?

Hi There,
Please remove the previous CSS and add this custom CSS instead:
.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
right: auto;
left: 100%;
}

Hope it helps 
Brilliant.
Thank you 
You’re welcome. Glad we could help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.