New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to Style the review box

Solved
Anonymous
Not applicable

Hi there , 

 

Is there any way to make the yellow boxes same size? Regardless of what the text is inside, the size should look the same.. Any ideas on how to do that . 

 

 

 

 

 

 

 

Accepted Solution (1)
Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @Anonymous ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.testimonial__card--body {
    min-height: 250px;
}
</style>

Beae_Anthony_0-1696246255012.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog

View solution in original post

Replies 2 (2)
Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @Anonymous ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.testimonial__card--body {
    min-height: 250px;
}
</style>

Beae_Anthony_0-1696246255012.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
syedsumaimaly
Explorer
147 16 17

Hi @Anonymous 

Follow these Steps:

Go to Online Store  Edit Code Find theme.liquid file or base.css

Add the following code in the bottom of the file above </body> tag

.testimonial__card--body.card--client-height.color-background-2.rounded--image {
    height: 250px;
}

RESULT:

syedsumaimaly_0-1696247783521.png

If I managed to help you then, don't forget to Like it and Mark it as Solutions