Spacing Issue of Header in Rich Text Section - Dawn Theme

I’m having difficulty changing the spacing between the top two lines of the rich text section (screenshot attached). I’ve tried quite a few things now and nothing seems to work. Any suggestions?

Thank you.

1 Like

Hi @jadeheverson

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

https://inthefield.ie/

pollinator

Thanks

1 Like

Thanks for the info, Do you mean like this?

If im right, try this code.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#shopify-section-template--19989917139267__986ec347-66bd-423d-8175-596f017fe50d > div > div > div > div > h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    margin-top: 0px;
}
  • And Save.

Unfortunately, that’s not worked.