This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez
Can you please tell me how to remove unnecessary gap in the cart page?
Please refer the screenshot : https://snipboard.io/CU5uTc.jpg
Hello, Catholicans,
In order to resolve your issue, please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.woocommerce-cart .container.content-page {
padding-bottom: 0 !important;
}
.woocommerce-cart div#etheme-static-block-17 {
margin-bottom: 0 !important;
}
The result should look like this: https://postimg.cc/nMCK3B3P
We hope this helps.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up