• Resolved adleyho

    (@adleyho)


    Hello,

    I’m currently customizing the homepage of my online store and I’m having trouble with the newsletter form (at the bottom of homepage). I would like to display the form in a single line, with the email field and subscribe button on the same line. Unfortunately, I don’t have much knowledge about coding, so I’m unable to make the necessary changes myself. Would anyone be able to assist me with this issue?

    Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @adleyho — To achieve what you have mentioned, please refer to this tutorial

    Thanks,

    Thread Starter adleyho

    (@adleyho)

    Hi Nikhil,

    Thank you for your reply.

    I have tried the CSS code provided in the WPForms Documentation, but it is not working as expected. There is a large space between the email field and the subscribe button, and I don’t know how to make these two fields closer together. Can you please help?

    View post on imgur.com

    Hi @adleyho – Thank you for your patience here!

    Looks like there is a theme styling conflict here. You can fix this by adding the below code:

    #wpforms-590-field_2 {
    margin-left: 172px !important;
    margin-top: 20px !important;
    }
    
    .wpforms-container.inline-fields .wpforms-submit {
    height: 51px !important;
    margin-top: -7px !important;
    } 

    Hope this helps ??

    Hi @adleyho

    We haven’t heard back from you in about a while, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation (please just see my post above).

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Newsletter Form’ is closed to new replies.