Created
November 23, 2022 06:33
-
-
Save divienginesupport/139bb3592301ddf591e27320f659fcbf to your computer and use it in GitHub Desktop.
Divi Machine Classifieds - Center the ACF Item Module icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
************************************************************************************************************ | |
You can add this CSS directly on the module in Module > Advanced > Custom CSS > Main Element or | |
in the Divi Theme Options. | |
It is always best to add any CSS directly to your child theme or in the Divi Theme Options > Custom CSS area, | |
especially for loops layouts because we don't want the same CSS to load over and over on the same page. | |
If you add the CSS to Theme Options, make sure to assign a class to the module under Module > Advanced > | |
CSS ID & Classes and then preceed the CSS below with that Class Name. | |
************************************************************************************************************ | |
*/ | |
/* Copy/Paste this code as it is in Divi Theme Options > Custom CSS */ | |
.et_pb_de_mach_acf_item.et_pb_de_mach_alignment_center .dmach-acf-item-content { | |
width: auto !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment