

- Fluid image grid wordpress how to#
- Fluid image grid wordpress install#
- Fluid image grid wordpress update#
- Fluid image grid wordpress download#
In this case, the call to action module has a bottom padding both on the promo description and promo title element. You can identify these by inspecting your element using a browsers development tools. Overriding Any Elements with Default Spacing with em Length Unit ValuesĪlthough not be absolutely necessary, to get a true fluid design for the module, we need to override any default (behind the scenes) spacing that the module is currently using with an em length unit value for that property. To add the fluid root font size to the module, go to the advanced tab and add the following custom CSS to the Main Element: font-size: clamp(16px, 2vw, 24px) įor this font size, we are using the CSS Clamp() function in order to set a min font size, a fluid font size (when needed), and a max font size. Once it is added to the module, this root font size will incorporated dynamically throughout the rest of our module design settings using the em length unit. When designing a fluid module, we need to add a fluid root font size to the module.
Fluid image grid wordpress update#
Under the content settings, add a mock button link URL and update the background color as follows:Īdding a Fluid Root Font Size to the Module Open the row settings, and update the following:Īlthough the same fluid design techniques can be added to just about any Divi module, we are going to one of Divi’s call to action modules for this tutorial.Īdd a new call to action module inside the column/row. To begin, create a new one-column row within the default regular section.
Fluid image grid wordpress how to#
How to Create a Responsive Fluid Divi Module The Row
Fluid image grid wordpress install#
If you haven’t yet, install and activate the Divi Theme.

To get started, you will need to do the following: Let’s get to the tutorial, shall we? What You Need to Get Started Once done, the section layout will be available in the Divi Builder.
Fluid image grid wordpress download#
In the portability popup, select the import tab and choose the download file from your computer. To import the section layout to your Divi Library, navigate to the Divi Library. Please check your email address to confirm your subscription and get access to free weekly Divi layout packs! You will not be “resubscribed” or receive extra emails. As a new subscriber, you will receive even more Divi goodness and a free Divi Layout pack every Monday! If you’re already on the list, simply enter your email address below and click download. To gain access to the download you will need to subscribe to our newsletter by using the form below. To lay your hands on the designs from this tutorial, you will first need to download it using the button below. Here is a quick look at the design we’ll build in this tutorial.Īnd here is a codepen that demonstrates this fluid module functionality. As we will find out, the secret combination is adding a root body font size with a relative (or fluid) length unit) to the module and then incorporating the em length unit (which is relative to the root body font size) throughout the module’s settings when needed. Using similar fluid design practices to create fluid typography and/or fluid buttons, we are going to create a fluid Divi module that will scale seamlessly with the browser viewport. In this tutorial, we are going to show you how to create a fluid Divi module. It incorporates responsive length units relative to the viewport width so the design adjusts (or scales) fluidly, keeping the design consistent on all devices. Unlike the more traditional methods of responsive design, Fluid web design doesn’t break or abruptly jump to a different size/style at different breakpoints. To further simplify the process of implementing consistent responsive design for a Divi module, we can apply the practices of fluid web design.
