You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › WooCommerce Photo Reviews › FOrm review image icon has margin-right for some reason
By default, the icon to upload images has a margin-right: 15px; property.
I had to correct it by custom CSS, but it shouldn’t be there.
.wcpr_image_upload_button.icon_with_text:before
That’s where the margin goes.
I changed to margin: 15px;
And looks perfect.
You must be logged in to see replies to this topic. Click here to login or register