How can I adjust the size of the review section in the Testament theme?

Solved

How can I adjust the size of the review section in the Testament theme?

Lisagraphics
Tourist
23 0 1

Hello,

 

At the bottom of my landing page I have some customer reviews. I am using the testament theme

 

The review section is way too big but I can't seem to find the code to edit it to make it smaller. I'd like the max height of this section to be 500px. Can someone point me in the right direction?

 

https://wardrobesbydesign.au/

 

Password is hi

 

Thank you 🙂

 

Lisa

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Lisagraphics,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file stylesheets.css

Step 3: Paste the below code at bottom of the file -> Save

 

.flickity-viewport:has(.testimonial__rating) { height: 500px !important; }



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

SmallTask
Shopify Partner
973 41 55

Hi @Lisagraphics ,

 

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

 

.flickity-viewport { height: 500px !important; }
.testimonials__image .box-ratio { margin-top: -75px !important; }
banned
Lisagraphics
Tourist
23 0 1

Hi,

 

I appreciate your reply, the only thing is it makes the photo gallery at the top of the page smaller as well. Is there a way to make the code only effect the review section? Would it help if I add it to the review testimonal section liquid rather than the stylesheet?

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Lisagraphics,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file stylesheets.css

Step 3: Paste the below code at bottom of the file -> Save

 

.flickity-viewport:has(.testimonial__rating) { height: 500px !important; }



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly