Shapely: center text widget

Hi.

I am trying to center a text widget that includes an embedded mailchimp subscribe form without any success. Could anyone please provide some direction? See www.sheltercamp.com.

Hi @kraftkramer,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.home #main div#mc_embed_signup {
    margin: 0 auto;
}

Best Regards,
Movin

It works! Thanks so much Movin!

You are most welcome here :slight_smile: