Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1088925

    Hello,

    The logo on the desktop is perfect; whilst the mobile logo is out of proportion — I have previously added code to change the logo size on the desktop (which is affecting the mobile version; to an extent).

    – Can you specify CSS I can add to re-size the mobile logo?
    – Is there a “@desktop-only” code I can add to the previous codes I’ve added?

    Thanks.

    #1089420

    Hey Ibne4bbas,

    You can target the logo on mobile using this:

    @media only screen and (max-width: 767px) {
    .logo img {
     Your CSS goes here
    }
    }

    Best regards,
    Rikard

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