Bigger space between testimonials columns / Streamline theme

Hi,

Could someone help me make the space between each testimonial column larger?

Or make the font of the testimonials smaller?

https://positivefocus.co/

Theme: Streamline

The website is live.

Thank you!

@Natalia14
Hello,

.article-listing.aos-init.aos-animate {
	margin: 20px 0;
}
.page-width.page-content {
	padding: 0 40px;
}
.index-section.text-center {
	margin: 40px 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This

Hi,

Thank you so much! But the blog part from your screenshot is not a problem. It’s the testimonial part on the book page: https://positivefocus.co/pages/book

The code you send just added some space on the homepage…

@Natalia14
Hello,

.testimonials-slider__text p {
	font-size: 1em;
	margin-bottom: 10px;
	padding: 0 20px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This

1 Like