Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1388440
    shamus
    Participant

    Hey!

    http://amylieberman.com/

    I have an email collection form in the bottom right section of my footer. It’s a little further down that I’d like. Can you help me adjust so that it is tighter and up closer to the title?

    Thanks!

    #1388652
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.top .x-subscribe-form {
        text-align:left;
    }
    

    Hope that helps.

    #1389112
    shamus
    Participant

    It helped align it well but there’s still a big space between the form and the title. Any ideas how to move the form up so it aligns similar to the other footer widgets?

    #1389121
    Joao
    Moderator

    Hi There.

    Please add the following code to Appereance Customizer Custom CSS

    .x-subscribe-form {
        margin-top: -45px !important;
        text-align: left;
    }

    Hope it helps

    Joao

    #1391053
    shamus
    Participant

    We are getting closer. The subscribe button still lingers to the right. How can I force the button and all the input fields to stay vertical or at least keep the button in a vertical row?

    Thanks!

    #1391198
    shamus
    Participant

    Also i’m noticing on the inside pages the form looks different from the homepage. It’s pushed to the far right and part of it is missing.

    #1391504
    Rad
    Moderator

    Hi there,

    Are you currently working on it? It keeps on changing. I think you added 50% max width to the form which pushes it to the right. Would you mind providing a mockup design of how it should look?

    Thanks!

    #1391572
    shamus
    Participant

    See attached image.

    The inside pages dosen’t appear behave the same as the home page.

    Thanks for your help!

    #1391576
    shamus
    Participant

    Oops uploaded the wrong image. This is the correct one.

    And if you weren’t aware mail chimp was down.. haha

    #1391659
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.top .x-subscribe-form {
        overflow: hidden;
        text-align: left;
        max-width: 100% !important;
    }
    
    .x-colophon.top .x-subscribe-form fieldset {
        padding-top: 0px !important;
        display: inline-block;
        float: none;
        clear:both;
    }
    

    Hope that helps.

    #1392213
    shamus
    Participant

    Close! But The subscribe button is still lingering to the right instead of under.

    #1392828
    Rad
    Moderator

    Hi there,

    Please add this as well,

    
      .x-subscribe-form input[type="submit"] {
        margin: 0px 10px 10px 25px;
        max-width: 150px;
    }
    .x-colophon.top .x-subscribe-form fieldset:nth-child(5) {
        max-width: calc(246px - 20px);
        text-align: center;
        display: block;
    }
    
    

    Hope this helps.

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