• The bottom of the content is hitting right against the top of the footer on my site. How can I create 50px of padding between the end of the main content and the footer?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .contentclass {
        padding-bottom: 20px;
    }

    Hope that helps!

    Hannah

    What CSS changes do I have to make in the following CSS to keep the header full width and just apply the left and right padding changes to the body of the page? I’ve used:

    ‘.contentclass {
    padding-left: 20px;}
    .contentclass {
    padding-right: 20px;}’

    It works but obviously adds padding the entire vertical of the page.

    Thank you for the assistance.

    Hello Webtagion,

    in the future, please start a new topic for all of your questions. Can you post a link to your site so I can try to write you the correct CSS?

    Thanks,
    Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I put padding above the footer area?’ is closed to new replies.