Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1343806
    xpert9001
    Participant

    can you help me arrange the mailchimp form inline and not stacked, and put my main background image on single posts?

    http://www.thebicyclecityfilm.com/

    #1343807
    xpert9001
    Participant
    This reply has been marked as private.
    #1344253
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-subscribe-form {
      position: relative;
      width: 100%;
      max-width: 500px!important;
    }
    .x-subscribe-form fieldset {
      float: left;
      margin-right: 1%;
      width: 32%;
    }
    .x-subscribe-form input[type="submit"] {
      margin-top: -2px;
    }

    And you are using different background image for the posts. What you are facing here?

    Hope this helps.

    Cheers!

    #1348304
    xpert9001
    Participant

    Perfect thanks for the help!!

    #1348607
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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