Title: The Post List Elementor widget create layout problems
Last modified: July 22, 2025

---

# The Post List Elementor widget create layout problems

 *  [10k-design](https://wordpress.org/support/users/10k-design/)
 * (@10k-design)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/the-post-list-elementor-widget-create-layout-problems/)
 * Hi when I use the Elementor widget The Post List, I’ve got severe design issues
   and all the cards result “collapsed” on the right of the page with no margins,
   paddings etc… no way to fix that with tweaking options or via CSS.
 * this is how it looks
 * ![](https://i0.wp.com/www.taleoffice.land/wp/wp-content/uploads/2025/07/Screenshot-
   2025-07-22-083727-scaled.png?ssl=1)
 * and this is how it supposed to be (it happen when I resize the browser window’s)
 * ![](https://i0.wp.com/www.taleoffice.land/wp/wp-content/uploads/2025/07/Screenshot-
   2025-07-22-083741-scaled.png?ssl=1)
 * Is there a way to fix that?
   Thanks in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fthe-post-list-elementor-widget-create-layout-problems%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [10k-design](https://wordpress.org/support/users/10k-design/)
 * (@10k-design)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/the-post-list-elementor-widget-create-layout-problems/#post-18565442)
 * add this script in an HTML widget before The Post List will fix the problem for
   me, the problem seems to be in the Packary script
 *     ```wp-block-code
       <script>document.addEventListener('DOMContentLoaded', function() {    // Attendi che Elementor abbia finito di caricare la sezione    window.addEventListener('elementor/frontend/init', function() {        // Aspetta un attimo per sicurezza che tutti gli elementi siano resi        setTimeout(function() {            var grid = document.querySelector('.works-grid-container.layout-packery');            if (grid && typeof jQuery !== 'undefined') {                // Cerca una funzione di Packery o Isotope                if (jQuery(grid).data('packery')) {                    jQuery(grid).packery('layout');                    console.log('Packery relayout for .works-grid-container triggered via Elementor init.');                } else if (jQuery(grid).data('isotope')) {                    jQuery(grid).isotope('layout');                    console.log('Isotope relayout for .works-grid-container triggered via Elementor init.');                } else {                    console.warn('Packery or Isotope instance not found on .works-grid-container.');                }            } else if (grid) {                // Fallback: prova un evento generico o un setTimeout più lungo se jQuery non è definito                console.warn('jQuery not available or grid not found, trying generic relayout after a delay.');                setTimeout(function() {                     // Potresti aver bisogno di una funzione specifica del tema/plugin per il relayout                     // o di chiamare Packery direttamente se è globale.                     // Questo è più complesso senza accesso alla codebase del plugin.                }, 500); // Prova con un piccolo ritardo            }        }, 300); // Piccolo ritardo per assicurarsi che tutti gli elementi siano nel DOM    });});</script>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘The Post List Elementor widget create layout problems’ is closed to new
replies.

 * ![](https://ps.w.org/apollo13-framework-extensions/assets/icon-256x256.png?rev
   =1854162)
 * [Apollo13 Framework Extensions](https://wordpress.org/plugins/apollo13-framework-extensions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/apollo13-framework-extensions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/apollo13-framework-extensions/)
 * [Active Topics](https://wordpress.org/support/plugin/apollo13-framework-extensions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/apollo13-framework-extensions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/apollo13-framework-extensions/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [10k-design](https://wordpress.org/support/users/10k-design/)
 * Last activity: [10 months, 3 weeks ago](https://wordpress.org/support/topic/the-post-list-elementor-widget-create-layout-problems/#post-18565442)
 * Status: not resolved