Hi! I’m looking for a way to reduce the checkout fields for those who need access to free virtual products.
Can you help me?
Thanks
the image has the same width as the column
I changed the right margin
.wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 1.5em;
}
.wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 0em;
}
Ciao!