• Resolved alexwish

    (@alexwish)


    The logo was the size I wanted, then I fixed the footer and the logo went small, I want it to be 511 x 110. I tried looking through forums to look into the css but I didn’t have the same elements in my code for some reason. Please help as soon as possible!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @media screen and (min-width: 768px) {
    .woocommerce-active .site-header .site-branding img {
    max-width: 75%; /* Adjust this percentage up or down to make the logo larger or smaller. */
    }
    }

    add that code to additional CSS under customize

    Hi @alexwish,

    I think you are saying you had adjusted something in the footer and when doing that it made your logo smaller than you wanted?

    If that’s correct, could you please share what you’d done in the footer first? Or at least what you were wanting to do in the footer. That’ll help us see then why it effected the logo size.

    Thread Starter alexwish

    (@alexwish)

    @antibiz Thank you so much that code worked!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo bigger’ is closed to new replies.