Loop Grid- Equal Height
-
When you choose for the loop grid to have equal height if its not a masonry, it doesnt do so. The
align-items: stretchis put onto this selector.elementor-loop-container:not(.elementor-posts-masonry)but (i guess depending on what widget youre using within the loop; im using Call To Action), the container inside that actually has the background doesnt stretch. The direct childdata-elementor-type="loop-item"is stretching but theres several layers between the grid parent and the widget which in my case is.elementor-cta. For now I’m giving applying these styles but if you toggle them off, youll see the actualy cta widget doesnt stretch`selector .elementor-loop-container:not(.elementor-posts-masonry) [data-widget_type=”call-to-action.default”] {<br>height: 100%;<br>}</p> <p>selector .elementor-loop-container:not(.elementor-posts-masonry) [data-elementor-type=”loop-item”] .elementor-cta {<br>height: 100%;<br>}`The page I need help with: [log in to see the link]
The topic ‘Loop Grid- Equal Height’ is closed to new replies.