[Support request] Submit button code

Home Forums Support [Support request] Submit button code

Home Forums Support Submit button code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1160194
    manaadiar

    Hi there, I am having an issue with the Submit button in my home page.. Screenshot 1 shows how it looks originally.. There is an optin form that comes up.. If the people click on the “No, thanks I know everything” link then the Submit button (Ok, Sign me Up) becomes like shown in Screenshot 2..

    Not sure if there are any issues with the CSS.. Can you pls assist.. Thanks..

    https://shippingandfreightresource.com/wp-content/uploads/2020/02/submit1.png
    https://shippingandfreightresource.com/wp-content/uploads/2020/02/submit2.png

    #1160387
    David
    Staff
    Customer Support

    Hi there,

    one of your pop ups is forcing submit inputs to be 100% wide. Try this CSS to stop that affecting the static form:

    .homeform input[type=submit] {
        width: unset !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.