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
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
Hello Ismael
so it fits great
Thank you very much
you can close this ticket.
best regards
Franz
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