Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26491

    Hi! I was wondering what declarations I have to input in the css in order to shorten the length between the header and the content.

    Here’s the screenshot:

    https://www.dropbox.com/s/ezwkwm95l9w9os4/help2.jpg

    Thank you!

    #130603

    Hi,

    You can decrease the top padding of the main div.

    .fixed_header.social_header #main {
    padding-top: 110px;
    }

    Regards,

    Ismael

    #130604

    Hey Ismael!! Thanks for the quick reply but it didn’t work :(. I tried

    .fixed_header.social_header #main {

    padding-top: 110px;

    }

    and

    .fixed_header.social_header #main {

    padding-top: 0px;

    }

    but no response :(

    #130605

    Hey!

    Try following code instead:

    .fixed_header #main {
    padding-top: 60px;
    }

    and don’t forget to clear the browser cache.

    Regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do you shorten the length between the header and the content?’ is closed to new replies.