align-items: stretch
is 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 child data-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>}
`
]]>Since about a week ago, I noticed that my boxes and widgets are not in equal height. They worked fine before, and I’m not sure how to get the equal height back.
The feature seems to work fine when I was doing the editing on Elementor but are not reflected on live pages.
Thanks
]]>“Could you please check this article => “Custom Selector” option, and let me know if it helps?”
]]>Is it possible to give equal height for all the gallery item cards when using below settings:
Grid style: Grid
Layout: Card
Even with custom CSS? Any help will be appreciated.
Thanks,
Gizem
I following this article:
https://happyaddons.com/docs/happy-addons-for-elementor/happy-features/equal-height/
Thank you
]]>Am I doing something wrong?
]]>