Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #367852

    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!

    #367855

    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

    #367872
    This reply has been marked as private.
    #367921

    Hey!

    Try adding this code to the Quick CSS:

    #header_main {
        padding-top: 10px;
    }

    Cheers! 
    Josue

    #367987
    This reply has been marked as private.
    #367998

    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

    #369304

    Thanks, I edited the logo file. Not necessarily the route I wanted to take, but it gets the job done.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Increase margin in header’ is closed to new replies.