Archived topic
How to change padding icon?
3 replies · Started by Danielle on June 15, 2022
I put this CSS in a woo button
.single_add_to_cart_button.button.alt::before {
content: url('http://www.buckels-official.com/wp-content/uploads/2022/06/shopping-cart-1.png');
}
Do you know how i can change the padding?
It is on this page https://www.buckels-official.com/buckels-skibril/
Hi there,
Have you tried adding padding-right to the CSS you are already using?
https://www.w3schools.com/css/css_padding.asp
Thanks! i did. How do i put also some space to the top?
Cause i tried padding-top but doesnt work do you have any clue?
padding-top works when I tested it:
https://www.screencast.com/t/jtu9gHOSyV
Or you could try increasing the image size.
Please note that we can only point you in the right direction here as it's not a theme-related question.
Thanks for your understanding.