How to create divi contact form submit button fullwidth In A Few Easy Steps

Making your button fullwidth can enhance its visibility and usability, giving your visitors a clear and compelling way to interact with your site.

In this guide, we’ll show you How to make a Divi contact form submit button fullwidth masterpiece.

1. Add Custom CSS Class To The Divi Contact Form

  1. Open the “Contact Form” module’s settings by clicking on the “Gear icon
  2. Go to the “Advanced tab“.
  3. Go to the “CSS IDs & Classes toggle
  4. Place the class “form-submit-fullwidth” in the CSS Class input field of the Contact Form module
divi contact form submit button fullwidth

Check Out: Where to Add Custom Code in Divi

2. Add The Custom CSS Code Snippet

Go to your Divi > Theme Options > Custom CSS section and paste the following code:

/*Make The Divi Contact Form Submit Button Fullwidth*/

.form-submit-fullwidth .et_contact_bottom_container {
	width: 100%;
	flex-direction: column;
	padding-left: 3%;
	margin-top: 0px;
}

.form-submit-fullwidth .et_contact_bottom_container button {
	width: 100%;
	margin: 0;
}

The result would be as per the screenshot below:

fullwidth contact form button in divi

That’s all for today!
Discover more by supporting me on
Buy Me A Coffee
Webflow vs Framer: Which No-Code Web Design Tool is Right for You?

Webflow vs Framer: Which No-Code Web Design Tool is Right for You?

Hey there, web design enthusiasts! If you’ve been diving into the world of no-code tools, you’ve probably heard of Webflow and Framer. These two platforms have been making waves in the web design community, but which one is the better choice for your next project?...

Webflow vs WordPress: Which One is Right for You?

Webflow vs WordPress: Which One is Right for You?

When it comes to building a website, Webflow and WordPress are two of the biggest names in the game. Both offer powerful tools to help you create a stunning online presence, but they cater to different audiences and skill levels. So, which one should you choose? Let’s...

How to Optimize Your Webflow Site for Speed & Performance

How to Optimize Your Webflow Site for Speed & Performance

A slow website is a fast way to lose visitors. No one likes waiting for a page to load, and if your Webflow site isn’t optimized for speed, you’re likely driving away potential customers before they even see what you have to offer. The good news? Webflow is built for...