Since the latest update in WordPress, the spacing of the form titles has become a bit messed up. Please see the following screenshot:
http://prntscr.com/5a06ey
Can you tell me how to add come vertical space so that the text is not up against the text forms?
Thank you very much,
Dan
Hi Dan!
Thank you for using Enfold.
Did you update the theme as well? Please make sure that you’re using 3.0.4 on WordPress 4.0.1.
Cheers!
Ismael
Yes, I did update to Enfold 3.0.4. as well. Can you supply the CSS to correct this issue?
Hello Yigit:
Here it is:
http://www.acunyc.com/make-appointment
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p {
margin: 0.85em 0 !important;
}
Cheers!
Yigit
Perfect. Thank you very much!