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!