Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #707016

    Donald J
    Participant

    I installed the WooCommerce Subscribe to Newsletter plugin and the layout for the MailChimp checkbox on the checkout page is broken. The checkbox is above the zip code box and the text then starts under the zip code box and breaks to the next column.

    How do move the checkbox and text to one line under the form?

    #707090

    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #707432

    Donald J
    Participant
    This reply has been marked as private.
    #707499

    Paul R
    Moderator

    Hi Donald,

    Thanks for providing your login credentials.

    To fix your form, you can add this under Custom > CSS in the Customizer.

    
    .checkout .woocommerce-billing-fields #subscribe_to_newsletter_field {
          clear:both;
          display:block;
    }
    

    Hope that helps.

    #707535

    Donald J
    Participant

    Thanks, that fixed it! Great theme, using it on 6 sites now.

    #707659

    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else, please let us know.