Posts

Introducing CSS Grid For Divi 5

Image
This is a big one. We built the best CSS Grid builder, and it’s available for Divi 5 today. It’s better than Elementor 🙉. It’s better than Bricks 🙈. Whether you want to master the grid or simply use Divi’s new grid templates, you will love this update. Check out the following video to see the new feature in action. 👇 CSS Grid For Everyone Divi 5 is a far cry from its predecessor. We have been turning Divi into a web design powerhouse, with new features like Flexbox , Advanced Units , Presets , and Design Variables . CSS Grid is the next big step forward. At the same time, we don’t want existing users to feel lost or buried in new settings. We struck the right balance between giving advanced users the necessary tools while making grid layouts accessible to beginners. Grid Templates For Every Occasion If you have never heard of CSS Grid and have no desire to learn the ins and outs of grid layouts, don’t worry—you don’t need to. Enjoy the new pre-built grid templates! The be...

How To Create A Custom Blog Post Loop With Divi 5’s Loop Builder

Image
Your brand shouldn’t be constrained by a static layout, so we aim to provide you with full flexibility as Divi 5 continues to develop. Divi 5 ’s new Loop Builder is a great step in that direction; it lets you design an item once and loop it into dynamic grids or lists. In this tutorial, we’ll show you how to set up a custom blog post loop. We’ll design the listing, connect dynamic fields, set the query, and refine the layout for a clean grid or list. Let’s get to it! What Is Divi 5’s Loop Builder With Divi 5 ’s Loop Builder , you design a single “card” layout in the Visual Builder using as many Divi modules as you want, then Divi loops it for each item you choose to display. Subscribe To Our Youtube Channel Enable the Loop Element on a column, set a query (posts, custom post types like Projects, terms, or users), and map dynamic fields such as titles, featured images, categories, custom fields, and buttons. You can reorder elements, control spacing, and let everything inherit yo...

How To Build A Portfolio Grid With Divi 5’s Loop Builder

Image
A portfolio grid is a simple, effective way to showcase your work. With Divi 5 ’s Loop Builder , you can design a reusable card layout and let it auto-populate from your content directly in the Visual Builder. Unlike single-purpose modules, Loop Builder lets you use any Divi element, set a query for posts or custom post types, and output a responsive grid that inherits your global styles. In this tutorial, we’ll build a portfolio grid step by step using the Projects custom post type. Understanding Divi 5’s Loop Builder Divi 5’s Loop Builder is a new feature that lets you easily create dynamic, looping content layouts. Unlike the blog or portfolio modules, Loop Builder allows you to easily loop any Divi element to display posts, terms, or users. This means you can build a single template that automatically populates with content from your WordPress site. Loop Builder supports various content types, including custom post types (CPTs), WooCommerce products, and Advanced Custom Fields...

Flexbox vs CSS Grid: How Do They Compare?

Image
Flexbox and Grid are the two layout systems that define modern CSS. At first glance, they seem similar. Both handle rows and columns, manage alignment and spacing, and replace the old float-and-table workarounds. The real difference is in how they approach layout challenges and the kind of problems each one solves best. This post  explains the difference between Flexbox and Grid and shows when to use each. We’ll also show you how Divi 5  integrates  Flexbox to help you create stunning websites quickly . What Is Flexbox Flexbox, short for  Flexible Box Layout , is a CSS layout model designed to make arranging elements easier and more predictable. At its core, Flexbox works in one direction at a time. You can line items up across a row or stack them in a column. That single decision defines how everything inside the container behaves. Rows make items flow horizontally, while columns let them stack vertically. Once you’ve set the direction, Flexbox gives yo...