Spacing issue in testimonial section - Streamline theme

How do I create more space between testimonials in the Streamline theme? They are running together and it looks crowded. URL https://www.comfortandkeep.com

Thanks so much!

Rebecca

1 Like

Hi @Rebecca_Garzon ,

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.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:
  4. And Save.
blockquote.testimonials-slider__text {
    padding: 0 30px 0 30px;
}

Result:

I hope this help.

Hi Ribe,

I don’t see base, would it be theme.css.liquid?

1 Like

Hi Ribe,

It worked! Thank you so much!

1 Like