Please can you let me know how I remove padding of my logo on a mobile phone. I set specific padding (at the top) on the desktop version and I want to be able to ignore or override this on a mobile. Thanks
Hey Kate,
add this to quick css:
@media only screen and (max-width: 767px) {
.logo img {
top: 0px!important;
}}
Best regards,
Jordan Shannon
Thank you that worked perfectly!
Hi KateStuartDesign,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria