Enhanced Grid Control in Elementor 🌐 #25256
Replies: 5 comments 1 reply
-
A very quick way (less then 5mins) to do this layout with custom CSS is using https://cssgrid-generator.netlify.app/ and click your layout. Then use that CSS and assign it to the containers. example for the top left one: selector {
grid-area: 1/1/2/3
} Then you can do all the content inside the container. But it would be nice to have |
Beta Was this translation helpful? Give feedback.
-
Build a quick grid tweaker for Elementor last year. Not perfect, but it works ;) |
Beta Was this translation helpful? Give feedback.
-
I would love to see a native solution for Bento grids in Elementor. I currently use a third party plugin to achieve but would love a native solution that requires one less plugin. |
Beta Was this translation helpful? Give feedback.
-
@nicholaszein Please look into this. |
Beta Was this translation helpful? Give feedback.
-
This really should have been a priority even before releasing grid into the Elementor ecosystem. The entire power of grid comes in being able to designate columns, rows, and spans on any child element of a grid container. The Elementor Flexbox / Grid tutorial made me audibly sigh when I saw him nest containers, inside containers, inside containers, inside containers. That just isn't grid. |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
What problem is your feature request going to solve? Please describe..
Elementor currently lacks the option to set grid-column, grid-row, and column/row span for grid child elements, limiting precise layout control. This feature aims to provide users with advanced grid customization options, addressing the current constraint.
Describe the solution you'd like.
Introduce a comprehensive set of controls within Elementor that enables users to define grid-column, grid-row, and specify column/row span for individual grid items. This enhancement will empower developers to create intricate layouts with greater precision, ensuring a more flexible and efficient design process. 🚀
Describe alternatives you've considered.
While manual CSS customization is currently an option, it can be complex and time-consuming. Another alternative is relying on external plugins, but native support within Elementor would streamline the workflow and maintain compatibility with the core system. 🔄
Additional context
This feature request is essential for developers seeking fine-grained control over grid layouts. By incorporating these options directly into Elementor, it would enhance the user experience and provide a more intuitive approach to building intricate designs without the need for external workarounds. 💡
Agreement
Beta Was this translation helpful? Give feedback.
All reactions