Subscribe Fields

  • Posted in : Efor
  • Anonymous
    Inactive

    How do I create more than one field, e.g. Name and Email in alignment with the subscribe button? When I attempted it, the fields are stacked vs in a horizontal line. Thank you.

    serkan
    Moderator

    Hi,
    Please go to dashboard > MC4WP > form > you can customize the subscribe field here. Example;

      <h3>Subscribe your e-mail address and get to know about fresh stuff!</h3>
    
    <p>
    	<input type="email" name="EMAIL" placeholder="Your email address" required />
    </p>
    
    <p>
    	<input type="submit" value="Sign up" />
    </p>

    Thanks

    Anonymous
    Inactive

    I appreciate that you are responsive however, I feel like the responses are not helpful. I don’t want to use MAIL CHIMP. Is there a way to customize the subscribe field so they are not stacked on top of each other??? Thank you.

    serkan
    Moderator

    Hi,
    Could you provide me your related url, please?
    Thanks

    Anonymous
    Inactive
    serkan
    Moderator

    Hi,
    I will forward this topic to our developer and i will keep you updated asap.
    Thanks

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media screen and (min-width: 992px) {
        #wpcf7-f3088-p2964-o1 span.wpcf7-form-control-wrap.your-name {
            display: inline-block;  width: 45%; margin-right: 4%; margin-bottom: 24px;
        }
        #wpcf7-f3088-p2964-o1 span.wpcf7-form-control-wrap.your-email {
            display: inline-block; width: 50%; margin-bottom: 24px;
        }
    }
    
    Anonymous
    Inactive

    Your suggestion worked beautifully! Thank you you very much! :)

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    Anonymous
    Inactive

    Where do I insert that code? I have the same question (I think).

    serkan
    Moderator

    Hi,
    Please check out this related topic for how to use css code;
    https://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register