Hey David57!
Thank you for using Enfold.
You can adjust the padding of the content container:
.content {
padding: 10px 0;
}
Did you add a color section in the cart page?
Best regards,
Ismael
Hi Ismael,
Thanks for the reply.
I tried adding the following inside the code block but no effect.
<style>
.content {
padding: 10px 0;
}
</style>
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-72 .iconbox {
margin: 0;
}
Best regards,
Yigit
Hi Yigit,
i tried but no change.
Hey!
Please try adding !important rule as following
.page-id-72 .iconbox {
margin: 0 !important;
}
Regards,
Yigit
Hi Yigit,
Same thing as well, no changes.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.woocommerce-cart .content {
padding-bottom:0px !important;
}
Thanks,
Rikard
Hi Rikard,
Thanks, it works.
One more question, how can i add a custom arrow pointing to the following?