Hi, as you can see here – https://screencast.com/t/uBz4TiKHeJCj – the logo image is very big on the mobile screen as opposed to the desktop. How can I make the image be smaller only on mobile?
Hey DROR,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.avia_image{
max-width:60%!important;
display:inline!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Awesome, thanks!
Hi,
Great. If you need additional help let us know here in the forums.
Best regards,
Jordan Shannon