Portfolio style: Masonry minimal

Hi there,

This page has an element showing portfolio items in the masonry minimal style:

Looks fine on the computer.

On mobile, however, the items appear stacked with no spacing:

On tablet, also a minor issue:


Comments

  • Hi,

    Please, go to Betheme -> Theme options -> Custom CSS & JS -> JS, and put there the following script:

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

    After that, check if the problem persists.


    Thanks

  • Hi Phil,

    Thank you for your fast reply and suggested solution.

    Sadly, it did not fix the problem.

    Best,

    Ivan

  • Please, turn off all of the plugins, refresh your cache, and check if the problem persists.

    Moreover, if you use a child theme, switch to parent, and recheck it.

    If this will not help please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Thanks

  • Thanks, Phil

    Smush Pro was the culprit. Specifically, the lazy load option.

Sign In or Register to comment.