Reduce padding size of text and columns section on Streamline theme

Hi there,

I’m looking to reduce the padding on the ‘text with columns’ section added on the homepage of the Strealine theme. Please see below screenshots of the size of this:

1 Like

@strippedstore

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.

hello @strippedstore

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Sure https://www.strippedstore.com/ password metsai

1 Like

@strippedstore

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-1559155590855 .index-section.index-section--alt {
    padding: 50px 0px;
}
1 Like

Much better!! Thank you