Categoría: BRICKS CSS CSS GRID POSTS PRO
-

CSS Grid for Posts Element in Bricks
The “Posts” element in Bricks has “Grid” as the default layout but the actual CSS it applies on the page feels hacky with negative margins and padding values to compensate for those adjustment etc. This Pro tutorial provides the CSS code for automatic responsive grids and manual responsive grids using CSS Grid for the Posts…
-

Custom Posts Grid Layout in Bricks using CSS Grid
There are at least three ways in which we can build custom loops in Bricks. Posts element Turning on Query Loop on a container Code element While #2 and #3 give the ultimate flexibility w.r.t the generated HTML output, #1 is pretty handy as well. This Pro tutorial provides the steps to customize the Posts…