Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Logo not responsive on mobile #159931
    ryan
    Member

    This worked for my site >Additional CSS.

    @media screen and (max-width: 340px) {
    #logo-icon {
    width: 65%;
    }
    }

Viewing 1 post (of 1 total)