Home › Forums › Support › Masonry grid overlapping This topic has 6 replies, 2 voices, and was last updated 5 years, 10 months ago by David. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts May 18, 2020 at 3:20 am #1289745 jazze If i use masonry grid and infinite scroll with or without load more button. Posts overlapping, when loading more posts. May 18, 2020 at 3:26 am #1289753 jazze If you use mobile phone or tablet, when all posts are in one column. May 18, 2020 at 4:40 am #1289849 DavidStaff Customer Support Hi there, can you disable Autoptimize so i can take a closer look May 18, 2020 at 4:59 am #1289875 jazze Autoptimize disabled now. May 18, 2020 at 5:16 am #1289908 DavidStaff Customer Support If you clear your devices browser cache you will see it is working ok. Which means that one of the options in Autoptimize is probably creating an issue. Try the autoptimize settings we provided here: https://generatepress.com/fastest-wordpress-theme/ May 18, 2020 at 5:26 am #1289923 jazze The phone’s Chrome browser works but the Edge doesn’t. May 18, 2020 at 8:56 am #1290416 DavidStaff Customer Support Can’t see why Edge would behave any differently – did it work without Autoptimize enabled and its cache cleared? If not – try adding this function: add_filter( 'option_generate_blog_settings', 'db_disable_masonry_mobile' ); function db_disable_masonry_mobile( $options ) { if ( wp_is_mobile() ) { $options['masonry'] = false; } return $options; } Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In