• Resolved giddiebob

    (@giddiebob)


    Hi there,

    I have the same issue as someone mentioned above. My logo is resizing to a very small size when I apply it through customizer. Would love to know how to fix this.

    Within the other post is says to put the following code within your stylesheet(style.css) editor, but where?

    @media screen and (min-width: 500px) {
    #page .logo-section img {
    max-width: 435px;
    }
    }

    I’m only using the child theme at the moment and will upgrade as soon as I have more content for the site and decide on the layout.

    Would really like to be able to sort this out as soon as possible

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter giddiebob

    (@giddiebob)

    To clarify I’m using the SG grid theme.

    Okay so I fixed the sizing With the following css:
    @media screen and (min-width: 800px) {
    #page a.logo-section img {
    padding-top: -150px;
    max-width: 325px;
    }
    }

    But now I want to position it slightly upwards.

    Help please!

    Thread Starter giddiebob

    (@giddiebob)

    lol okay so I got that sorted

    Used this

    @media screen and (min-width: 800px) {
    #page a.logo-section img {
    position: relative;
    top: -20px;
    max-width: 335px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase the logo size’ is closed to new replies.