You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bootstrap way to create sections would be: Container > Row > Columns. So we tend to follow that paradigm in coderedcms.
Creating a Responsive Grid Row block renders a container and row divs in the HTML. You can add custom CSS classes and toggle full width container size:
Within the row you can add any number of columns, including full-width columns.
We also have a Hero Unit Block, which provides an additional outer div with optional background image and color controls. Within the Hero Unit Block you can create a Responsive Grid Row, or enter raw HTML, so you have total control.
If you wanted some other structure, then I would recommend making your own block class and adding it into the body field of your page class.
Hi,
Just figuring out how to structure content of a single page website.
So far it seems to be that adding a SectionBlock layout streamblock that you can use in ReusableContent snippet might be the way to go?
Is that something you'd like to include in the core code or do I miss something obvious?
The text was updated successfully, but these errors were encountered: