header logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #565797
    Damon Hancock
    Participant

    I tried code I’ve used with Emmet for the header image: .header-logo img {max-width:500px} but it’s not working.Any help would be great!

    #566310
    J. Davis
    Keymaster

    Hi Damon,

    I’ve tried that and it worked. make sure you added semicolon after width parameter

    .header-logo img {
    max-width:500px;
    }

    Best regards,
    John

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