A Complete Guide for Creating Fluid Button Designs in Divi

Last Updated on February 20, 2023 by 13 Comments

A Complete Guide for Creating Fluid Button Designs in Divi
Blog / Divi Resources / A Complete Guide for Creating Fluid Button Designs in Divi

Fluid button design is the process of designing a button that scales fluidly with the size of your browser window (or viewport). It involves applying the practices of fluid web design to all the design properties of a button. This makes the design of the button predictable and consistent on all devices. And, it is a refreshing alternative to traditional responsive design techniques that involve making numerous adjustments to the design at certain breakpoints.

In this tutorial, we are going to show guide you through the process of creating fluid button designs in Divi.

Because fluid button design relies on the implementation of fluid typography, it may help to check out our complete guide on fluid typography in Divi.

Let’s get started!

Sneak Peek

Here is a quick look at the design we’ll build in this tutorial.

And here is a codepen that demonstrates this fluid button design concept.

Download the Layout for FREE

To lay your hands on the designs from this tutorial, you will first need to download it using the button below. To gain access to the download you will need to subscribe to our newsletter by using the form below. 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. You will not be “resubscribed” or receive extra emails.

To import the section layout to your Divi Library, navigate to the Divi Library.

Click the Import button.

In the portability popup, select the import tab and choose the download file from your computer.

Then click the import button.

divi notification box

Once done, the section layout will be available in the Divi Builder.

Let’s get to the tutorial, shall we?

What You Need to Get Started

expanding corner tabs

To get started, you will need to do the following:

  1. If you haven’t yet, install and activate the Divi Theme.
  2. Create a new page in WordPress and use the Divi Builder to edit the page on the front end (visual builder).
  3. Choose the option “Build From Scratch”.

After that, you will have a blank canvas to start designing in Divi.

The Anatomy of a Divi Button

fluid button designs in divi

By default, a Divi Button will have built-in styles that include both px and em length units (see illustration above). The properties that use the px length unit include:

  • Font size: 20px
  • Rounded Corners: 3px
  • Border Width: 3px
  • Icon Font Size: inherited by font size (20px)

These px values are absolute and will remain the same no matter if you change the font size or the size of the browser viewport.

The properties that use the em length unit include:

  • Padding: 0.3em top, 0.3em bottom, 0.7em left, 2em right
  • Line Height: 1.7em
  • Icon Left Margin: 0.3em

These em values are relative to the element’s (or button’s) font size and will change (scale) whenever the font size changes.

How to Make a Fluid Button in Divi

Understanding the em Length Unit

The key to creating a fluid button in Divi is understanding how em length units work. The em length unit is relative to the element’s font size (whatever it may be). Essentially the value of em is a multiple of the element’s font size. For example, if the element’s font size is 20px, 2em is the same as 2(20px). This means that the em length unit will change whenever the element’s font size changes. The px length unit, however, will not change.

fluid button designs in divi

Continuing with our default example, the default right padding for the button is 2em (or 2 multiples of em). Because the button font size is 20px, the right padding is 2 times 20px (which is 40px). The top and bottom padding is 0.3em. So the top and bottom padding is 6px (0.3 times 20px equals 6px).

See the illustration below to understand the actual value of the em length units based on the font size.

fluid button designs in divi

Using a Fluid (or Scaler) Font Size for the Button

When designing a fluid button using em length units, everything depends on the size of the button font size. To say it another way, the font size will be applied to the value of all the properties using the em length unit for the button. So, if you want the button styles to become fluid, you must give the button a fluid (or scaler) font size. The most common fluid length unit to use is the vw length unit which is relative to the browser viewport width. In other words, the vw length unit changes as the browser width changes.

To make a fluid button, substitute the 20px font size to something like 2.4vw. Because this value changes with the browser width, all button properties, using the em length unit will also scale with the browser width.

The Anatomy of a Fluid Divi Button

Simply put, building a fluid Divi Button includes two key principles:

  1. Use a fluid length unit (vw) for the font size
  2. Use em length unit values for all button style properties

This means you can use em length units for border width, border radius, and even box shadows.

Here is an illustration of a fluid button that includes a fluid font size (2.4vw) and em length units for all style properties.

fluid button designs in divi

The actual values of each property using em length units will inherit the fluid font-size value and scale relative to the browser viewport width (vw).

fluid button designs in divi

Creating Fluid Button Designs in Divi

Now that we have a better understanding of how to create a fluid button. Let’s create a few fluid button designs in Divi.

#1 Basic Example

To start, let’s create the basic example we illustrated previously.

From the Divi Builder, create a new one-column row.

fluid button designs in divi

Under the design tab, update the button text size with a vw length unit value so that it will scale with the viewport width:

  • Button Text Size: 2.4vw (desktop and tablet), 18.4px (phone)

Then update the following properties with an em length unit value that is relative to the button text size:

  • Button Border Width: 0.15em
  • Button Border Radius: 1.3em
  • Button Letter Spacing: 0.05em
  • Padding: 0.3em top, 0.3em bottom, 1em left, 2em right
  • Box Shadow: see screenshot
  • Box Shadow Vertical Position: 0.15em

fluid button designs in divi

Here is the final result.

#2 Fluid Button with Rounded Corners and Box Shadow

To start, create a new button and update the button text to read “Get Started”.

fluid button designs in divi

Under the design tab, update the following:

  • Use Custom Styles for Button: YES
  • Button Text Size: 2.4vw (desktop and tablet), 18.4px (phone)
  • Button Text Color: #000000
  • Button Background Color: #ffffff (desktop), #d9f9e9 (hover)
  • Button Border Width: 0.15em
  • Button Border Color: #d9f9e9
  • Button Border Radius: 1.3em

fluid button designs in divi

  • Button Letter Spacing: 0.05em
  • Button Font: Jura
  • Button Font Weight: Semi Bold
  • Button Icon: right arrow
  • Button Icon Color: #000000
  • Only Show Icon On Hover for Button: NO

fluid button designs in divi

  • Padding: 0.2em top, 0.2em bottom, 1em left, 2em right
  • Box Shadow: see screenshot
  • Box Shadow Vertical Position: 0.3em
  • Box Shadow Blur Strength: 0.5em
  • Box Shadow Spread Strength: -0.3em

fluid button designs in divi

Here is the result.

#3 Fluid Button with Unique Box Shadow and Icon Placement

For this next fluid button design, we are going to use a unique box-shadow and icon placement.

To start, duplicate the previous example #2. Then open the settings for the duplicate button to update the design.

Under the design tab, update the following:

  • Button Border Radius: 0px
  • Button Icon Color: #ffffff
  • Box Shadow: see screenshot
  • Box Shadow Horizontal Position: -1.75em
  • Box Shadow Vertical Position: 0px
  • Shadow Color: #000000

Under the Advanced tab, add the following custom CSS to the After Element:

margin-right: .3em;
right: 0;

fluid button designs in divi

Here is the result.

#4 Fluid Button with Tri-Colored Background Gradient

For this next fluid button design, we are going to create a unique tri-colored background gradient for the button by combining the background gradient with a unique box-shadow style.

To create the button, duplicate the example #3 button previously designed.

Then open the button settings to update the styles.

Under the Advanced tab, delete the custom CSS inside the After Element.

Under the Design tab, update the following:

  • Button Text Color: #ffffff
  • Button Background Gradient Left Color: #f475ee
  • Button Background Gradient Right Color: #9694fc
  • Gradient Direction: 90deg
  • End Position: 2.5em
  • Button Border Width: 0px
  • Box Shadow: see screenshot
  • Box Shadow Horizontal Position: -2.5em
  • Box Shadow Vertical Position: 0px
  • Box Shadow Blur Strength: 1.5em
  • Box Shadow Spread Strength: -1em
  • Shadow Color: #85c6f2

fluid button designs in divi

And here is the result.

#5 Fluid Button with Custom Fluid Width

For this next fluid button design, we are going to add a custom fluid width to our button. This will allow us to create larger buttons that scale fluidly with the browser width.

To create the button, duplicate the example #2 button previously designed.

Under the design tab, update the Button Alignment to centered.

Under the Advanced Tab, add the following custom CSS to the Main Element:

Desktop

display:block;
width: 100%;
max-width: 15em;

fluid button designs in divi

Here is the result.

Final Results

Now see the final results of our 4 fluid button designs.

Fluid Buttons Using Clamp() for Font Size

If you want more control over the min and max size of your fluid button, you can use the CSS Clamp() function to set a min font size, a scaler font size, and a max font size.

To do this, you will need to reset the button text size for each of your buttons so that it is back to the default setting.

fluid button designs in divi

Then, under the advanced tab, add the following CSS to the Main Element of each of the buttons.

fluid button designs in divi

This will make sure the font size has a min size of 20px, a scaler (or fluid) size of 4vw, and a max size of 40px.

The main benefit of using clamp() is that you can stop the button from scaling too big or too small while keeping the fluid responsive design.

Final Results with Clamp()

Final Results Again

And here is a final look at each collection of fluid buttons with and without clamp() as the font size.

Using vw length font size (desktop and tablet) and px length unit (phone)

Using clamp() to set a min, scaler, and max font size

Final Thoughts

Creating fluid buttons in Divi relies on two main principles: (1) Use a fluid length unit (like vw) for the button’s font size, and (2) use em length unit values for all the style properties of the button. Once you understand that, it is important to find the right fluid font size (using vw, clamp(), etc.) and adjust then use various values of em for the rest of the button design. This will make sure the button scales perfectly fluid when adjusting the viewport width of your browser.

Keep in mind. Fluid buttons don’t really work when their parent containers aren’t also fluid. For example, if you have a fluid button inside of a row that is 400px, the button will not have room to scale and the design will break. Giving the row a width of 80% or 90vw would be more suited to fluid button designs.

I look forward to hearing from you in the comments.

Cheers!

Divi Marketplace

Are You A Divi User? Find Out How To Get More From Divi! 👇

Browse hundreds of modules and thousands of layouts.

Visit Marketplace
Divi Marketplace
Divi Cloud

Find Out How To Improve Your Divi Workflow 👇

Learn about the new way to manage your Divi assets.

Get Divi Cloud
Divi Cloud
Divi Hosting

Want To Speed Up Your Divi Website? Find Out How 👇

Get fast WordPress hosting optimized for Divi.

Speed Up Divi
Divi Hosting
Premade Layouts

Check Out These Related Posts

Get a Free Augmented Reality Layout Pack for Divi

Get a Free Augmented Reality Layout Pack for Divi

Posted on March 25, 2024 in Divi Resources

Hey Divi Nation! Thanks for joining us for the next installment of our weekly Divi Design Initiative; where each week, we give away a brand new Layout Pack for Divi. This time around, the design team has created a beautiful Augmented Reality Layout Pack that’ll help you get your next Augmented...

View Full Post
Download a Free Webinar Theme Builder Pack for Divi

Download a Free Webinar Theme Builder Pack for Divi

Posted on March 22, 2024 in Divi Resources

It’s time for another freebie! This time, we’re giving you a free Theme Builder Pack for Divi. Combining these with our beloved Divi Layout Packs is a great way to build the Divi website of your dreams with ease. This week, the design team has created a beautiful Webinar Theme Builder...

View Full Post
Get a Free Modeling Agency Layout Pack for Divi

Get a Free Modeling Agency Layout Pack for Divi

Updated on March 21, 2024 in Divi Resources

Hey Divi Nation! Thanks for joining us for the next installment of our weekly Divi Design Initiative; where each week, we give away a brand new Layout Pack for Divi. This time around, the design team has created a beautiful Modeling Agency Layout Pack that’ll help you get your next Modeling...

View Full Post

13 Comments

  1. How do I apply custom padding to every button on my website and why wouldn’t this be located in Appearance > Customize > Buttons?

  2. I guess id did NOT work for you either

  3. great …and now try t set a different border color on hover….

    • Norman,
      You should be able to do this with Divi’s built-in hover options under the button settings. Is it not working for you?

      • No that just does NOT work not even in any of the fresh installments.
        If this does does work for you please share a screen recording.

  4. Nice and clear and clever information.
    Good to know!
    thanks Jason!

    • Great to hear! Glad you liked it.

  5. Seems like a great idea. And thanks for the free download as well.
    Have a good weekend.

    • Thanks, Robin. You too!

  6. This is F…ING great !!! Thanks a lot

    • You’re welcome, Gman!

  7. Clever! Thanks for posting this!

    • You’re welcome, Brian. We appreciate the support!

Leave A Reply

Comments are reviewed and must adhere to our comments policy.

Join To Download Today