<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flex Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/flex/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://wpportfolio.com/wp-content/uploads/2019/04/cropped-WP-Portfolio-favicon-32x32.png</url>
	<title>Flex Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/flex/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Center the Submit Button on the DIVI Contact Form</title>
		<link>https://wpportfolio.com/center-the-submit-button-on-the-divi-contact-form/</link>
					<comments>https://wpportfolio.com/center-the-submit-button-on-the-divi-contact-form/#comments</comments>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 06:36:07 +0000</pubDate>
				<category><![CDATA[DIVI Contact Form]]></category>
		<category><![CDATA[Alignment]]></category>
		<category><![CDATA[Contact Form]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Flex]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118649</guid>

					<description><![CDATA[<p>In this tip we will learn how to center the submit button on the DIVI contact form. By default the submit button is right aligned on the DIVI contact form.</p>
<p>The post <a href="https://wpportfolio.com/center-the-submit-button-on-the-divi-contact-form/">Center the Submit Button on the DIVI Contact Form</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>In this tip we will center the submit button on the DIVI contact form. By default the submit button is right aligned on the contact form in DIVI. We will use the CSS Flexible Box Layout for making it center aligned.</p>
<p>When you add a Contact Form using DIVI, the submit button is aligned to the right as shown below.</p>
<p><img fetchpriority="high" decoding="async" class="wp-image-118654 size-full" style="font-weight: bold;" title="Right Aligned Submit Button - DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/10/Right-Aligned-Submit-Button.jpg" alt="Right Aligned Submit Button - DIVI" width="1191" height="597" srcset="https://wpportfolio.com/wp-content/uploads/2019/10/Right-Aligned-Submit-Button.jpg 1191w, https://wpportfolio.com/wp-content/uploads/2019/10/Right-Aligned-Submit-Button-980x491.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/10/Right-Aligned-Submit-Button-480x241.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1191px, 100vw" /></p>
<p>Right Aligned Submit Button &#8211; DIVI</p>
<p>&nbsp;</p>
<h2>CSS to Center align the Submit Button on DIVI Contact Form</h2>
<p>To add the CSS, head over to your style.css in your child theme and paste the following CSS.<br />Alternatively you can also go to DIVI -&gt; Theme Options and paste the CSS in the Custom CSS box.</p>
<p>/* Align the submit button on contact form &#8211; center */<br />.et_contact_bottom_container{<br />display: flex;<br />align-items: center;<br />justify-content: center;<br />width: 100% !important;<br />}</p>
<p>Once you add the CSS, the submit button would be aligned to the center as shown below.</p>
<p><img decoding="async" class="wp-image-118656 size-full" style="font-weight: bold;" title="Center Aligned Submit Button - DIVI" src="https://wpportfolio.com/wp-content/uploads/2019/10/Center-Aligned-Submit-Button.jpg" alt="Center Aligned Submit Button - DIVI" width="1216" height="612" srcset="https://wpportfolio.com/wp-content/uploads/2019/10/Center-Aligned-Submit-Button.jpg 1216w, https://wpportfolio.com/wp-content/uploads/2019/10/Center-Aligned-Submit-Button-980x493.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/10/Center-Aligned-Submit-Button-480x242.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1216px, 100vw" /></p>
<p>Center Aligned Submit Button &#8211; DIVI</p>
<h2> </h2>
<p>&nbsp;</p>
<h2>CSS to Left Align the Submit Button on DIVI Contact Form</h2>
<p>You can also align the button to the left, by changing the CSS to the following</p>
<p>.et_contact_bottom_container{<br />display: flex;<br />justify-content: flex-start;<br />width: 100% !important;<br />}</p>
<p>I hope this tip was helpful for you. For more DIVI TIPS and TRICKS make sure you visit my <a href="https://wpportfolio.com/divi-blog/">DIVI BLOG</a>.<br />If you like to hire me for designing or editing your DIVI website, send me a message on my <a href="https://wpportfolio.com/contact-divi-freelancer/">contact page</a>.</p>
<p>&nbsp;</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2>Related Posts –</h2>
<ul>
<li><a href="https://wpportfolio.com/center-the-divi-footer-menu-and-bottom-bar-contents/">Center the DIVI Footer Menu and Bottom Bar Contents</a></li>
</ul></div>
			</div><div class="et_pb_module et_pb_comments_0 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><em>I would love to hear about how I can help you with your business website. I have a Masters in Computer Science from Pace University, New York. Having worked in the software industry for many years, I am now freelancing and have specialized in using the<a href="https://www.elegantthemes.com/gallery/divi/" target="_blank" rel="noopener noreferrer"> DIVI theme</a> from Elegant Themes, since the past eight years. Do have a look at my <a href="https://wpportfolio.com/portfolio/">portfolio</a> to view my other completed projects. Feel free to <a href="https://wpportfolio.com/contact-divi-freelancer/">contact me</a> and I will get back to you immediately.</em></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a href="https://wpportfolio.com/center-the-submit-button-on-the-divi-contact-form/">Center the Submit Button on the DIVI Contact Form</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
