Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #814770

    caitlinh
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.
    #814775

    caitlinh
    Participant

    Here’s a shot of the empty space in the footer above the title area (note: it’s not a widget title, it’s straight from the extension settings).

    Attachments:
    You must be logged in to view attached files.
    #815181

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    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.

    Thank you.