[Support request] Mobile sub-menu moved to left

Home Forums Support [Support request] Mobile sub-menu moved to left

Home Forums Support Mobile sub-menu moved to left

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #368533
    mike

    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?

    #368535
    mike

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

    Thanks

    #368742
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    @media (max-width: 768px){
        .main-navigation .menu-item-has-children .dropdown-menu-toggle {
            float: none;
        }
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.