Hi folks – my logo is sitting way to close to the top of the page – what element do I need to target to give some whitespace just above the logo?
I tried adding this to my child theme css but when I scroll down the logo gets cut off
strong.logo{
padding-top: 30px;
}
is there also a way to just target the normal logo not the one over the transparent header??
cheers
Hey ShortieD!
go with this code:
.logo img.alternate {
top: 10px;
}
Best regards,
Andy