• Resolved tidalchiro

    (@tidalchiro)


    I am having trouble getting inline forms to display correctly on my site. They look okay on desktop but the submit button is huge on mobile and breaks up into two lines. I have included my URL above. Thank you.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Freddie

    (@fmixell)

    Hey @tidalchiro,

    Try adding the following CSS to your site’s stylesheet. If you know how to apply custom styles I would just add this into your mobile breakpoint. If not, you can go to Appearance > Customize > Additional CSS and input this styling there!

    @media (max-width: 750px) {
        label.label-inline.EMAIL-label.yikes-mailchimp-field-required {
            width: 100%;
        }
    }

    Cheers,
    Freddie

    • This reply was modified 6 years, 6 months ago by Freddie.
Viewing 1 replies (of 1 total)

The topic ‘Inline form’ is closed to new replies.