• Resolved svyat89

    (@svyat89)


    Hello,
    I have a weird styling issue with the email opt in box on the checkout and register page.
    At the moment the text is located below the checkbox. I would like it to be next to the checkbox (on the right side)
    Can you help me out please?

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

Viewing 1 replies (of 1 total)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @svyat89 This is typically beyond the support here because it’s “theme related” but the basic fix for this is to apply a custom CSS tweak like this:

    .mailchimp-newsletter { display: flex; }
    .mailchimp-newsletter label {display: block !important;}
    

    I just looked at it – and seems as if you’ve already implemented a fix though ??

Viewing 1 replies (of 1 total)
  • The topic ‘Opt in box text style issue’ is closed to new replies.