jQuery(document).ready(function($) { // Initialize Masonry layout on the specified Elementor section or widget $('masonry-container').masonry({ // Masonry options (e.g., itemSelector, columnWidth, etc.) itemSelector: 'griditem', // Replace '.grid-item' with your specific item selector columnWidth: 200 // Adjust column width as needed }); });
Skip to content