Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097564
    Ony
    Participant

    Unfortunately that didn’t fix the columns.

    It ruined the homepage columns and etc 🙁

    #1097670
    Ony
    Participant

    Fixed it :).

    My original JS was correct, and this CSS code fixed it. Needed different spacing. Cheers!

    
    /* Events Page White Space */
    .page-id-7278 #x-section-1 .x-container > a {
        float: left;
        width: 50%;
    }
    
    .page-id-7278 #x-section-1 .x-container > a > .x-column {
        width: 100% !important;
        display: block !important;
        float: left !important;
    }
    
    .page-id-7278 #x-section-3 .x-container > a {
        float: left;
        width: 50%;
    }
    
    .page-id-7278 #x-section-3 .x-container > a > .x-column {
        width: 100% !important;
        display: block !important;
        float: left !important;
    }
    
    @media (max-width: 767px){
        .page-id-7278 #x-section-1 .x-container > a {
            width: 100%;
        }  
    }
    
    #1098008
    Rad
    Moderator

    Glad it’s okay now and thanks for sharing! Cheers!

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