Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #330571

    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;
    }

    #330969

    Hi tremblayly!

    Please use following code instead

    .page-id-89 .mc_merge_var label {
    text-align: left;
    }

    Regards,
    Yigit

    #331635

    Hi Yigit,
    That worked!
    Thank you very much
    Lye

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mailchimp widget alignment on left sidebar’ is closed to new replies.