• The email input field at the bottom of the page has weird formatting, is there an easy way to fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Please add the following CSS inside Customize > Additional CSS:

    .elementor-element-72830ef .mc4wp-form-fields {
        width: 80%;
        margin: 0 auto;
    }
    .elementor-element-72830ef .mc4wp-form-fields input {
        display: inline-block;
        margin: 10px;
    }
    
    .elementor-element-72830ef .mc4wp-form-fields input:first-child {
        width: 80%;
    }

    Let me know if this doesn’t look good for you. 🙂

    Thanks.

    Thread Starter anandp29

    (@anandp29)

    Hi, unfortunately that doesn’t seem to work. Sorry for the late reply – I did not get a notification that you had responded :/

    Hi,
    It seems the previously provided CSS affected the design of the subscription input. Is there any specific things you want to do with it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Email subscription styling’ is closed to new replies.