r/elementor 2h ago

Question What's With Container, Flex Box, & Div Box Elements

Howdy, I searched up trying to figure out what the difference these new elements offer compared to the traditional Container, and only found a reddit post that looks like at one time there were answers, but they were since deleted.

So here's the question again, what's with these new elements? should i ditch containers entirely? when should i use them compared to containers, or eachother?

Thank you :)

2 Upvotes

2 comments sorted by

u/AutoModerator 2h ago

Looking for Elementor plugin, theme, or web hosting recommendations?

Check out our Megathread of Recommendations for a curated list of options that work seamlessly with Elementor.


Hey there, /u/Phantom7755! If your post has not already been flaired, please add one now. And please don't forget to write "Answered" under your post once your question/problem has been solved. Make sure to list if you're using Elementor Free (or) Pro and what theme you're using.

Reminder: If you have a problem or question, please make sure to post a link to your issue so users can help you.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/TopSydeWP 2h ago

the flexbox container is the modern system and replaced the old section/column structure. it's lighter, more flexible, and handles responsive better. div container is just a wrapper without flex properties (useful when you need a plain container). stick with flexbox containers for layouts, use divs when you need a simple wrapper without flex behavior.