Hello Kriesi
Can you please suggest some CSS to fix the way the table on the Cart page sits so tight against the border above it?
See screenshot here:
I tried this CSS
.content .entry-content-wrapper {
padding-top: 20px;
}
and it seemed to work, but I wanted you to confirm it was the correct CSS as I didn’t want to affect any other parts of the site.
Cheers
Hi LordLiverpool!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-cart .woocommerce {
padding-top: 50px;
}
Regards,
Yigit
That worked perfectly!
Thank you very much.
You’re the CSS master :-)
Hey!
You are welcome, we are always happy to help :)
For checkout page, please use following one
.woocommerce-checkout .woocommerce {
padding-top: 50px;
}
Regards,
Yigit
Thanks very much :-)
Hi Rikard
Yes this fixed the problem I was having.
a BIG thanks to Yigit.
Cheers