Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1160095
    Noellemena
    Participant

    I have 3 different forms set up in a single row and I cannot for the life of me get the boxes your put your name/email address in to “center up”
    I have the columns each set to center etc. But it will only recognize the text, not the boxes. I’ve messed with it so long it is probably something I have just worked too long. Please help 🙂
    I will put the login below!

    PS– I basically would like for anywhere I ever put a mail chimp form that it all be centered. Site wide.
    Thank you!
    Noelle

    #1160096
    Noellemena
    Participant
    This reply has been marked as private.
    #1160315
    Rue Nel
    Moderator

    Hello Noelle,

    Thanks for writing in! To resolve your issue, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    @media(min-width: 980px){
      .x-subscribe-form fieldset {
        width: 32%;
        float: left;
        margin-right: 2%;
      }
    
      .x-subscribe-form fieldset:last-child {
        padding-top: 12px;
        margin-right: 0;
      }
    
      .x-subscribe-form input[type="text"], 
      .x-subscribe-form input[type="email"] {
          margin-bottom: 0;
      }
    }

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1160095 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>