Where/what is Container element?

Hi,

I’m trying to reverse engineer the Container element found in some of your pre-built ThemeCo section templates, and I cannot find any documentation about it in Docs, nor am I seeing it in the list of Elements.

What is a Container and how is it different from a Row or a Grid?

Thank you

Hey Kaliko,

Thanks for reaching out!

Container:

  • In web development, a container is a generic term often used to describe an element that wraps around other elements, grouping them together. It helps to control the layout and styling of the content within.
  • Containers are commonly used to center content, set maximum widths, and provide spacing or padding.

That being said, a row and a grid can be a container, it is just a commonly word to use when grouping an element.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.