Hi,
I added some “add to cart” functionality via a form. The form is placed under the product picture. But due to the form code there is a lot of white space between the picture and the button:
Is there any way to get rid of the white space? Here’s the URL for a test page to see it in action: http://infotropic.ru/aaa-test/
Best regards,
Holger
Hi Holger!
Thank you for using Enfold.
Add this in the Quick CSS field:
form#formMain br {
display: none;
}
Regards,
Ismael
Ismael, thanks!