Site logo

Archived topic

Mobile sub-menu moved to left

2 replies · Started by mike on August 18, 2017

Viewing posts 1–3 of 3

Hi
I have added a parent item to the menu and the sub menu straigtens to the left instead of right on mobile

Hchealing.co.il

Any idea?

I managed to move the text to the right,
Can i also move the arrow to the right?

Thanks

Hi there,

Try this:

@media (max-width: 768px){
    .main-navigation .menu-item-has-children .dropdown-menu-toggle {
        float: none;
    }
}
This archived topic is closed to new replies.