Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #449035

    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:
    sample

    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

    #449163

    Hi Holger!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    form#formMain br {
      display: none;
    }

    Regards,
    Ismael

    #449205

    Ismael, thanks!

    #449366

    Hey!

    Glad we could help :)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Form adds useless white space’ is closed to new replies.