Add padding space on top of everything.

  • chorizo

    #2563

    Hello,

    I would like to add about 20px padding on top of the page.

    What I have tried only caused the header image to shift down.

    any suggestions?

    Anonymous

    #20871

    Where you want to add padding? Above the top-bar, like this one? (See the below image,)

    If so, add this to custom CSS.

    body {
    padding-top:20px ;
    }

    chorizo

    #20872

    thank you that did the trick

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

  • You must be logged in to reply to this topic.