Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1445106

    Hello everyone
    I have here on this page link below

    a submenu over the full width

    My question
    In the mobile view the distances are quite large
    see printscreen
    Is it possible to make these distances smaller?

    Thanks in advance
    kind regards
    Franz

    #1445132

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to decrease the space between the menu items and the position of the arrow:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu>li>a {
        padding: 5px 15%;
      }
    
      .responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu>li a:before {
        top: 5px;
      }
    }

    Best regards,
    Ismael

    #1445165

    Hello Ismael
    so it fits great
    Thank you very much

    you can close this ticket.

    best regards
    Franz

    #1445220

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘verical distance’ is closed to new replies.