I’m trying to remove the top margin from the H1 above my Mailchimp form (created using the Mailchimp Extension). I created a custom class for h1 mtn but it’s not picking up in the extension settings at all.
What did I miss? Screenshots of settings attached.
1] Your code is invalid. Since you have added a custom class .h1-class you should be using this code instead:
.h1-class{
margin-top: none;
}
To better assist you, could you please send us the url of the page in question? This is to ensure that we can provide a tailored solution fit for the issue you have encountered in your site.