Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1063161
    jbruce308
    Participant

    If you go to joshuajadon.com/blog
    you can see that there are large white spaces between the blog posts. Can someone help me fix this?

    Where do I start?

    #1063179
    Thai
    Moderator

    Hey There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(window).trigger('resize');

    Hope it helps 🙂

    #1063306
    jbruce308
    Participant

    Hmmm entered that in and saved it. It only seems to fix itself now when I zoom in and out but by default.
    Still seeing the white spaces with some posts. Any other suggestions?

    #1063384
    Rupok
    Member

    HI there,

    Let’s try this instead :

    jQuery(document).ready(function($) {
       $(window).trigger('resize');
    });

    Hope this helps.

    #1063607
    jbruce308
    Participant

    Hey,

    Nope no luck with that either.

    Just decided to go from “Masonry” to the “Standard” layout and their seems to be no issues with that.
    So that should work fine for me 🙂

    Thanks for your input though guys!

    #1063669
    Joao
    Moderator

    Let us know if we can help you with anything else.

    Joao

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