Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322902
    brendanduggan11
    Participant

    Hello, I would like to change the padding around the x theme mail chimp plugin and the facebook messenger plugin as shown in the attachment.

    Thank you.

    Edit: I would also like to enlarge the face book button.

    #1323347
    Friech
    Moderator

    Hi There,

    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.

    Cheers!

    #1323355
    brendanduggan11
    Participant
    This reply has been marked as private.
    #1323529
    Friech
    Moderator

    Hi There,

    Thanks for the URL, you can add this under Custom > Global CSS in the Customizer.

    #text-7 .h-widget {
    	padding-bottom: 45px;
    }

    Hope it helps, Cheers!

    #1323895
    brendanduggan11
    Participant

    Thank you, now cann you let me know how to add the padding in moble and to center like shown in the attachment

    #1323992
    Darshana
    Moderator

    Hi there,

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

    
    @media (max-width:320px) {
      #x_email_form-3 .h-widget {
        margin-top: 10px;
      }
    
      .x-btn, .button, [type="submit"] {
        padding: 5px;
      }
    }
    

    Hope that helps.

    #1324140
    brendanduggan11
    Participant

    It worked thank you.

    #1324186
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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