Create space before the header

Viewing 5 posts - 1 through 5 (of 5 total)
  • #7557
    ricolaos
    Participant

    Hi,

    Still working on the adaptation of the Pinboard theme.
    Today I’m trying to create a space (5 px) between the top of the page and the beginning of the header. I assume that this has to be done in the CSS file of the theme, but I can’t find the right entry to modify.

    Thanks for your support,
    Eric

    #7575
    jasperlindeboom
    Participant

    Maybe I can help you a little bit further. I’m not much into codes, but manipulate them regularly.
    My best guess is to go to the header.php of the pinboard theme because there is the height mentioned several times.
    For the rest I’m virtually useless in this matter, I’m sorry.

    #7578
    Alexander
    Participant

    Don’t try to tweak any source code in the header.php for this.

    Instead try to add:

    #wrapper {
    margin:5px auto;
    }

    to you CSS section.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7644
    ricolaos
    Participant

    Hi,

    Thanks Alexander, this solution is working fine !

    #7646
    Alexander
    Participant

    ricolas, thanks for your feedback.

    I’m glad you’re sorted. πŸ™‚

    Cheers,
    Alexander @ http://www.mouseclick.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.