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.