Tagged: logo mobile position
Hi Guys. my client want to move the logo a little more to the left on MOBILE. I searched and created and a few options. I added this on my Styling but it is not moving more left. Could be that is all that I can ? or is there any other trick to try.
Code:
@media only screen and (max-width:767px) {
.logo {
left: 0!important;
width: auto!important;
}}
Hey aruizhuidobro,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .logo.avia-standard-logo {
padding-left: 0;
}
}
Best regards,
Rikard
Hi Rikard, still not working. Do I need to have something like this also ?
#top .avia-logo-element-container .slide-entry {
padding-left: 0;
}