Reduce White Space on pages Streamline Theme

Hi,

How can I eliminate all of the white space between my page title and the first hero image element on this page? https://www.sundayschoolplanet.com/pages/2022-2023-scope-sequence

Thank you!

Hi,

You can add the following code at the bottom of file assets/theme.css

#shopify-section-template--15458772779185__main .section-header {
  margin-bottom: 0;
}

#shopify-section-template--15458772779185__main .rte--nomargin {
  display: none;
}

Thank you for the quick reply! I pasted your code at the very bottom of my theme.css.liquid file but it didn’t seem to make any difference in the spacing. Was that the right place to put it?

Hi @BigFundamental

I can not see my code in your store.

Can you try putting the code in the CSS file, not liquid file?

Hmmm, I don’t seem to have that option in my list of assets - this is all I have to choose from:

Hi,

You can try paste the code into the simplee.css file

Oh are you sure? My theme is “Streamline”. Simplee is just third party app that I added to the store and all the code seems to be related to the app?

@BigFundamental

Ah got it. Maybe you can try our free app https://apps.shopify.com/advanced-custom-css to add custom CSS to your store.

Ok thanks for your help!