This topic has 2 replies, 2 voices, and was last updated 1 days, 11 hours ago ago by Rose Tyler
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
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
You must be logged in to reply to this topic.Log in/Sign up