Hey,
When I adjusted my logo and menu on my pc webside, it also changed the mobile website menu and logo.. How do I set the mobile/ipad sites to default mode so the logo is placed in the corner again and the menu is not the wide..
Thank you in advance :)
Hey villumsen94,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px) {
#top #wrap_all .logo {
width: 100% !important;
padding: 20px 0px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you! The logo code worked fine.. But is there a way my menu on my mobile site can be more narrow? right now its almost as wide as my mobile screen when i touch the menu button in the right corner.
thanks in advance
Hi,
Add this to quick css:
.html_av-overlay-side .av-burger-overlay-scroll{
width:250px!important;
}
Best regards,
Jordan Shannon