Using CSS Grid In Bricks Builder (part 1)

written by: Dimitri
Last Updated: November 21, 2021

In our multi-part part Bricks Builder Tutorial about CSS Grid, we will deep dive into all relevant aspects of CSS Grid in Bricks builder and by the end of it you will be able to utilize our framework to create fully responsive layouts by just adding a few different classes to your container elements.

CSS Grid is the newest and easiest way to create responsive layouts in Bricks Builder. The Bricks Team has announced that they will make grid a native component in their builder, however, assuming it'll be similar to Oxygen's grid component, it is quite cumbersome to continually add your layout instead of just adding classes on the fly.

What is CSS Grid?

Put simply, CSS Grid allows you to create flexible, dynamic, and attractive layouts. It works hand-in-hand with flexbox to give you complete control of your website's design.

CSS Grid Layout excels at dividing a page into major regions or defining the relationship in terms of size, position, and layer, between parts of a control built from HTML primitives.

Like tables, grid layout enables an author to align elements into columns and rows. However, many more layouts are either possible or easier with CSS grid than they were with tables. For example, a grid container's child elements could position themselves so they actually overlap and layer, similar to CSS positioned elements.

Mozilla Web Docs

Leave a Reply

Your email address will not be published. Required fields are marked *

our blog.

Related Blogs You May Enjoy

Adding Elements Inside Oxygen Repeater or Easy Posts

We are working on a new website for a client (will release URL soon) where they wanted a page for customer testimonials. One of the requirements of…
Read More

How to Backup WHM/Cpanel to Amazon S3 Automatically

Keeping backups of your websites (as well as your client’s sites) is a critical part of running a business that is very often overlooked. This, unfortunately, causes…
Read More

4 Helpful CSS Snippets For Your Next Company Website

Today we are going to give you some CSS snippets that we use on our websites. CSS snippets are very useful because they save you time and…
Read More