Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1123152

    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

    #1123357

    Hey Kate,

    add this to quick css:

    @media only screen and (max-width: 767px)  {
    .logo img {
        top: 0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1123480

    Thank you that worked perfectly!

    #1123609

    Hi KateStuartDesign,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.