Hi,
I would like mobile menu start at 960px.
Find this and copy the CSS but the logo disappear. I would like in the left like in the mobile version.
Could you help me?
Thanks advance,
BR,
Antonio
Hi Mike,
I do that, it perfect!
Could be possible the burger menú in the right and align center with the logo like mobile version?
Thanks advance,
BR,
Antonio.
Hi,
Could you post a screenshot highlighting your intentions, and which screen width you are looking to target please?
Best regards,
Rikard
Hi Rickard,
Here I send you the screens.
Many thanks,
BR,
Antonio.
Hi,
Thank you for the screenshots.
You can add this CSS code to relocate the mobile menu to the right of the header.
@media only screen and (max-width: 989px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
top: 0;
left: auto;
right: 0;
display: block;
transform: none;
}
.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu .av-main-nav-wrap {
transform: translateX(-50%);
left: auto;
right: 0;
translate: none;
float: right;
}
}
Best regards,
Ismael
Hi Ismael,
Ok, it works perfect.
Many thanks!
BR,
Antonio
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Yo can close it.
Many thanks.
BR,
Antonio.