[Resolved] Signup Box

Home Forums Support [Resolved] Signup Box

Home Forums Support Signup Box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405170
    demoxing

    Hello,
    My signup box looks good in desktop mode, but it’s not showing properly in the mobile version. the “subscribe” box width isn’t matching. I just want to remove the extra side space. and add a little bit of space between the email and subscribe section.

    reference: https://imgur.com/SJ0sGgd

    #1405230
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’m seeing this CSS on your site:

    #mc_embed_signup input.email {
        width: 300px !important;
    }

    If you need that, you can try to overwrite it on mobile:

    @media (max-width: 768px) {
        #mc_embed_signup input.email {
            width: 100% !important;
        }
    }
    #1405539
    demoxing

    Thank you, Tom. it is working now.

    #1406458
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.