Pop up – Newsletter - by Christos - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: chrispap
    Christos
    Participant
    November 20, 2017 at 12:09

    Hello there,

    First congratulation for this great theme.

    Well, i ‘m having an issue with the static block – pop up in the top bar ( newsletter) .
    After clicking the newsletter to the top bar, the submition form ( email input and submit button) doesn’t appear in the same line like the demo. The email input is one line above the submit button. I want them to appear in the same horizontal line. How can i solve this little issue.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2017 at 13:15

    Hello,

    Please try to add this code in Theme Options > Styling > Custom css:

    .mc4wp-form-fields p {
        display: inline-block;
        vertical-align: middle;
    }
    .mc4wp-form input[type=email] {
        width: 100%;
    }
    .mc4wp-form-fields p:first-child {
        width: 50%;
        margin-right: 8px;
    }

    Regards

    Avatar: chrispap
    Christos
    Participant
    November 20, 2017 at 19:09

    It works for me, thank you.

    Have a nice day!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2017 at 08:21

    You’re welcome!
    Let us know if you need any further assistance. 🙂

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Pop up – Newsletter’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.