Where is this configuration? There is a white space before the footer that I can’t remove

This topic has 2 replies, 2 voices, and was last updated 1 days, 11 hours ago ago by Rose Tyler

  • Avatar: stefa98
    stefa98
    Participant
    January 13, 2025 at 12:03

    Hi,

    as per the screenshot I have the padding-bottom: 5.65em in the content-page css, but I can’t find where to remove this configuration.
    I checked in custom css and it is not present, this css line is present in xstore.css.
    Can you please help me?

    Thanks

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2025 at 13:09

    Hello, Stefa98,

    Thank you for reaching out to us.

    We understand your concern regarding the padding-bottom: 5.65em in the content-page CSS. Since this configuration is part of the xstore.css file, it is likely a default style applied by the theme. To override or remove this padding, you can add custom CSS to your website.

    Please try adding the following code to your custom CSS or in the Theme Options > Custom CSS section:

    .content-page {
    padding-bottom: 0 !important;
    }

    This will override the default padding applied in the xstore.css file. If you still face any issues or need further assistance, feel free to let us know, and we’ll be happy to help.

    Best regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.