Hi
I inserted a widget on the left sidebar on my About LTJ page. Within the widget, I have a MailChimp signup form. The issue I have is that the form/widget is right aligned because this is a left sidebar. I tried various CSS options however I was not successful in finding a solution. Can you help me figure this one out. My last try was this:
.page-id89 widget_mailchimpsf_widget {
text-align: left!important;
}
Hi tremblayly!
Please use following code instead
.page-id-89 .mc_merge_var label {
text-align: left;
}
Regards,
Yigit
Hi Yigit,
That worked!
Thank you very much
Lye