Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1024407
    lubabalo
    Participant

    HI X
    how can i fix the top padding or the space between mail chimp form and title?
    please see image attached.

    #1024413
    lubabalo
    Participant
    This reply has been marked as private.
    #1024761
    Joao
    Moderator

    Hi There,

    I can´t see the mailchimp form nowhere on your page, could you please point us where it is?

    Thanks

    Joao

    #1043452
    lubabalo
    Participant
    This reply has been marked as private.
    #1043484
    lubabalo
    Participant

    attached is the example of what i want to achieve.
    thank you

    #1043954
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-topbar .x-section {
        padding: 0px !important;
        float: left !important;
        width: 30% !important;
    }
      .x-topbar p:empty {
      display: none;
      }

    Hope that helps.

    #1051417
    lubabalo
    Participant
    This reply has been marked as private.
    #1051885
    Lely
    Moderator

    Hi There,

    Thank you for the link. Please update this custom CSS:

    .x-subscribe-form-424 h1 {
              color: #ff0000;
    }
    

    To this:

    .x-subscribe-form-424 h1 {
        color: #ff0000;
        display: inline-block;
        margin-right: 5px;
        margin-top: 3px;
    }

    Also update this:

    .x-topbar .x-section {
        padding: 0px !important;
        float: left !important;
        width: 30% !important;
    }

    To this:

    .x-topbar .x-section {
        padding: 0px !important;
        float: left !important;
        width: 40% !important;
    }

    Hope this helps.

    #1052076
    lubabalo
    Participant

    thank you Lely but that didn’t work is there any other way?

    #1052087
    Lely
    Moderator

    Hi There,

    Upon checking, I can’t see the CSS code in your site. Did you remove it? If you have added it at the bottom, it might not work because of the following part of your custom CSS:

    .x-header-landmark { display:none; }
    
    =============================
    }

    Please update that part to this:

    .x-header-landmark { display:none; }
    
    

    Then check again. See attached screenshot of the result when the code above is added.

    #1052168
    lubabalo
    Participant
    This reply has been marked as private.
    #1052211
    Christopher
    Moderator

    Hi there,

    Your site is displaying fine on my end, please see the attachment.

    Thanks.

    #1052628
    lubabalo
    Participant

    thank you X
    all is working well thank you so much

    #1052856
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

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