Title: fullfolio theme / overlapping issue while load more
Last modified: August 24, 2016

---

# fullfolio theme / overlapping issue while load more

 *  Resolved [annilshinde](https://wordpress.org/support/users/annilshinde/)
 * (@annilshinde)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fullfolio-theme-overlapping-issue-while-load-more/)
 * Hi,
 * i have install fullfolio theme in my website [http://www.mobwall.enoweb.in](http://www.mobwall.enoweb.in),
   but facing problem while load more on pc and mobile also.
 * when click on load more all post which will load are overlapping on one place.
   Can some one please help on this issue.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fullfolio-theme-overlapping-issue-while-load-more/#post-6099182)
 * Hi annilshinde 🙂
 * I’m seeing [http://www.mobwall.enoweb.in](http://www.mobwall.enoweb.in) but you’re
   using another theme right now.
 * I can’t reproduce your issue so I’m going to mark ticket as resolved, feel free
   to reopen it if you like, thanks.
 * Regards.
 *  Thread Starter [annilshinde](https://wordpress.org/support/users/annilshinde/)
 * (@annilshinde)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fullfolio-theme-overlapping-issue-while-load-more/#post-6099233)
 * Hi,
 * Sorry for that, i have reactivate fullfolio theme on [http://mobwall.enoweb.in](http://mobwall.enoweb.in).
   can you please help me on that.
 * Thanks and Regards,
    Anil
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fullfolio-theme-overlapping-issue-while-load-more/#post-6099264)
 * Hi annilshinde,
 * I can’t reproduce the issue, first try to resize the browser a little.
    I think
   it’s a problem with the height of the container when new items are added:
 * try to add this code in fullfolio/js/load-more-posts.js
 * Just below this code:
 *     ```
       setTimeout(function(){
          $('#items').append($newElems).masonry( 'appended', $newElems );
       }, 500);
       ```
   
 * add this code:
 *     ```
       setTimeout(function(){
          $('.container').css({'height':$('#items').height()});
       }, 700);
       ```
   
 * try it and tell me if works, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘fullfolio theme / overlapping issue while load more’ is closed to new
replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fullfolio/1.3/screenshot.png)
 * FullFolio
 * [Support Threads](https://wordpress.org/support/theme/fullfolio/)
 * [Active Topics](https://wordpress.org/support/theme/fullfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fullfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fullfolio/reviews/)

## Tags

 * [overlapping](https://wordpress.org/support/topic-tag/overlapping/)

 * 3 replies
 * 2 participants
 * Last reply from: [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/fullfolio-theme-overlapping-issue-while-load-more/#post-6099264)
 * Status: resolved