[Resolved] Cavet position in mobile view

Home Forums Support [Resolved] Cavet position in mobile view

Home Forums Support Cavet position in mobile view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #412264
    Max

    Tom

    In my main menu I have a link called Browse and then under all of my site pages as sub menu items.

    There is a down cavet next to Browse. Its position is fine in full screen view that is, it sits just after the Browse link.

    However in tablet of mobile view, when I click on the hamburger, in the drop down menu the browse link is aligned left, but the cavet is aligned to the far right of the screen (and not immediately behind the browse text).

    How can I fix this.

    Kind Regards

    Max

    #412279
    Max

    Ok.

    I have fixed the issue with the following css. Is it ok?

    @media (max-width: 1024px){
    
    .main-navigation .menu-item-has-children .dropdown-menu-toggle {
        float: none;
    }
    }

    And also the drop down on mobile view only works when you click on the cavet itself (and not the Browse link next to it) Is there any way to also expand out the submenus when one click on the browse link or the cavet beside it.

    #412452
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the page?

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.