• Resolved hybridstyle

    (@hybridstyle)


    Hello. I need some padding between the content of the page and the footer. Currently, every page is cut off on the bottom because of the footer and visitors cannot read the whole content. I am using the OnePress Child theme. Thanks in advance.

    • This topic was modified 4 years, 1 month ago by hybridstyle.
    • This topic was modified 4 years, 1 month ago by James Huff.
    • This topic was modified 4 years, 1 month ago by hybridstyle.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Because the footer is stick at the bottom so it will display above the content of the page. Please use this CSS code in Customizer > Additional CSS to add more space at the bottom of the content.

    .site-content {
        padding-bottom: 100px;
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Padding Between Footer and Content’ is closed to new replies.