Hi
I just upgraded to the latest version of Enfold (3.0.1).
I was provided with the following CSS to align the MailChimp form labels when using the MC widget on the left sidebar of my specific page.
.page-id89 mc_merge_var label { text-align: left; }
It has stopped working after the upgrade.
Any help would be greatly appreciated.
Lyse
Hi tremblayly!
Please post the link to your website where we can see the issue so we can provide you an accurate solution
Cheers!
Yigit
Hey!
Please add following code to Quick CSS
.sidebar_left label.mc_var_label {
text-align: left!important;
}
Cheers!
Yigit
Hi Yigit,
That worked.
Thank you so much.
Lyse