Hi there,
How do I increase the margin between the top of the page and the start of my header? My logo is currently sitting right up against the top of the page. Thanks!
Hey,
the custom CSS you’d use to create a margin above the header would be:
.boxed #wrap_all {
margin-top;
}
But i dont think that would help you much.
If i had a link to your side i could provide you with something that would work better.
Cheers
Hey!
Try adding this code to the Quick CSS:
#header_main {
padding-top: 10px;
}
Cheers!
Josue
Hey!
Yeah i could note that, i think a better solution would be to add the top space to the actual logo image here.
Regards,
Josue
Thanks, I edited the logo file. Not necessarily the route I wanted to take, but it gets the job done.