Add left and right padding in text columns with images

Using Pipeline theme, hoping to add side padding in between 2-3 columns of text columns with images block. Currently only has top and bottom padding ability.

2 Likes

Hi @crujones

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

1 Like

Thanks. Very bottom of this page.

1 Like

Thank you for the information. Try this one, you can chnage the sizes anytime.

  • 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:
.section-columns.palette--light.bg--neutral .index__column.grid__item.slide-item.text-left {
    padding-left: 40px;
    padding-right: 40px;
}
  • And Save.
  • I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like