Take out the margin/padding in between section in Streamline theme

Hey all,

We are trying to take out the padding/margin in between sections so we can change section background color seamlessly through out the page. We are using the Streamline theme.

Thank you!

Hi @joansu ,

Can you please share me preview link of the store so that I can assist you on?

Thank you

Hi @joansu
Can you share store URL?

@joansu

Please share store URL.

They there!

The site has not been published yet, but here is the preview link: https://6w0vvhz82rywfbxl-62490771626.shopifypreview.com

I found the line of code that eliminates the section margin but is always open for more sophisticated solutions!

it is located in “theme.css.liquid” line 7517:

@media only screen and (min-width:769px){
.index-section{
margin:120px 0;

Change to:

@media only screen and (min-width:769px){
.index-section{
margin:0px 0;