Home › Forums › Support › Menu padding, left and right? › Reply To: Menu padding, left and right?
March 30, 2016 at 8:54 am
#182922
Lead Developer
Lead Developer
Perhaps this will help?:
.main-navigation ul ul ul {
right: 100%;
top: 0;
left: auto;
}
.main-navigation ul ul {
right: 0;
left: auto;
}