On the testimonial module goto custom css and in the main element add the following css and do this for all testimonials that should be the same height, or create a class in divi epanal and assing the class to each of the modules.
min-height: 300px !important;

Divi Websites and Facebook Groups
If you are looking for more information on Divi then please check out DiviLibs, containing links to over 70 Divi related websites and over 10 Divi Facebook groups.
More From Our Geek Blog
Divi Titles Not Showing In Section – Row – Module Visual Editor
Divi Titles Not Showing In Section - Row - Module Visual Editor If the edit section / row / module is not showing the titles, then you have probably set you H3 tag to be white text in the stylesheet. To fix this either in the theme stylesheet or in the...
investimmo
Winstar subcontract to help support and maintain an existing website hosted in Belgium investimmo.be adding new functionality and fixing any problems reported. The site is multilingual and also has a French version http://www.investimmo.be/fr/ and an English...
How to wrap text on a button
If the text on a button is not wrapping then the white space is probably incorrect. Try the following CSS to correct it: input[type="submit"] { white-space: normal; } Other Helpful Information Keep Posted with our Special Offers and Latest Updates Like Us...
How to make your site show in a Google Search
For the website http://www.electriciteitswerkenbotteldoorn.be/ I made the following changes 1) Added google analytics tracking script 2) Checked meta tags are they are there 3) Added local SEO...
How to turn off icon and stop button expanding on hover for woocommerce divi buttons
In the divi general css section add .woocommerce a.button:hover { padding: 0.3em 1em !important; } .woocommerce a.button:after { display: none; } If you are looking for more information on Divi then please check out DiviLibs, containing links to over 70 Divi...
How to remove the plus (+) on the hover overlay on woocommerce/divi shop
Add the following css to the general divi css section //To just remove the plus symbol .et_overlay:before { content: '' !important; } //To hide the overlay completely .et_overlay{ display:none; }
How to change the plus (+) on the hover overlay on woocommerce/divi shop
Add the following css to the general divi css section and change 'New Content' to the text that should be shown instead .et_overlay:before { content: 'New Content' !important; font-family: arial !important; }
How to align logo and navigation menu with the section
In the general divi theme css add the following and change the max-width value to match that of the section #main-header .container { width: 100%; max-width: 70%; }
How to stop button animation on Divi slider
Add the following CSS to the general divi theme css .et-pb-active-slide .et_pb_slide_description { animation-name: none; }
Recent Comments