I’m working on this site https://hybridmerchants.com I can’t get the menu and more detailed, the secondary drop down menu to line up on the right side. It;s working correctly when it drops down on the left, as it is now, but I want it to drop down on the right. I’ve had it on the right, but then the alignment is all messed up. So, for example, hover over Solutions and then hover over Processing Methods, that next drop down is what I want to be on the right. Any solutions for that?
Hi Scott,
Thanks for reaching out.
This CSS should align it to the right
.masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
right: auto;
left: 100%;
}
Please add it to Theme Options > CSS
Thanks!
YES! Thank you so much, that worked!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.