Center MailPoet Widget in Footer

Hi

I have a MailPoet Widget added to the footer of this page:

I’ve tried a variety of CSS code but can’t seem to find the correct one to center it.

Can you please assist?

Thanks

Hello @shayanqadir,

Thanks for writing to us

To align the MailPoet Widget in centre You can add this custom CSS code into your X-->Theme Options ---> CSS

#mailpoet_form_4 {
margin: auto;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.