Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148343
    yhshin1020
    Participant

    Hey,

    On my home (front) page, there is a gap between the slider and the footer.

    I want to get rid of this white space.

    Could you help me out?

    thanks!

    #1148348
    yhshin1020
    Participant
    This reply has been marked as private.
    #1148506
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    
    .x-main.full article#post-7 {
        display: none !important;
    }

    Thanks.

    #1149160
    yhshin1020
    Participant
    This reply has been marked as private.
    #1149257
    Friech
    Moderator

    Hi There,

    Please update the given CSS code to this.

    body .x-container.offset {margin: 0;}
    .x-slider-container.below {border-width: 0;}

    Hope it helps, Cheers!

    #1149542
    yhshin1020
    Participant
    This reply has been marked as private.
    #1149549
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    body.home .x-container.offset {margin: 0;}
    .home .x-slider-container.below {border-width: 0;}

    Hope it helps.

    #1149553
    yhshin1020
    Participant
    This reply has been marked as private.
    #1149555
    yhshin1020
    Participant
    This reply has been marked as private.
    #1149619
    yhshin1020
    Participant

    Got fixed, never mind!

    #1149674
    Lely
    Moderator

    Glad you were able to figure this out.

    Cheers!

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