Site logo

Archived topic

Putting Mailchimp form correctly in right sidebar widget

3 replies · Started by kyle on September 17, 2020

Viewing posts 1–4 of 4

Good morning gents & ladies,

I am currently having issues with my mailchimp form on my blog page. It seems to be right on the edge of the side bar. Can you help me centre it correctly?

Hi there,

thats because your Customizer > Layout > Sidebar --> Padding is set to 0 on top and right.

You can also add this CSS to make the Fields stack:

.mc4wp-form-fields {
    flex-direction: column;
}

Thanks a mil David, I updated the padding.

Glad to hear that

This archived topic is closed to new replies.