Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #250520

    Hi, in topic #245002 I asked for a method to have a mailchimp subscription form in one line. I got some CSS code to add to the “Quick CSS” section of Enfold and everything worked fine. After updating to WP 3.8.2 the input fields are no longer in one line (see test page http://infotropic.ru/?page_id=607). In the page source, I found that <br> tags where added automatically after each <input> line. I guess they are the culprit. How to get rid of them?

    Best regards,
    Holger

    #250666

    Hey Holger!

    Thank you for using the theme!

    The #245002 is the reply id so it doesn’t help us much with finding the thread. Can you please post the actual url of the thread here? We would like to know how you added the mailchimp subscription. Meanwhile, you can add this on Quick CSS to remove the br tags:

    div.mc-field-group br {
    display: none;
    }

    Best regards,
    Ismael

    #250675

    Hi Ismael,

    thanks for the quick reply. The original topics URL is https://kriesi.at/support/topic/horizontal-mailchimp-subscribe-form/. The problem has been solved back then and the topic closed. After the change to the new WP, the tags occurred.

    But your CSS changes solved the problem – thanks a lot!

    Best regards,
    Holger

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Added tags in form’ is closed to new replies.