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 .
A user seeks to make review boxes (yellow boxes) display at a consistent size regardless of the text content inside them.
Proposed Solutions:
Two support representatives offered similar CSS-based fixes:
</body> tagTechnical Approach:
The solution involves applying a fixed height property to the review card containers, ensuring uniform box dimensions regardless of variable text length.
Status: The discussion appears to provide actionable code snippets, though the original posts contain some garbled text that may affect implementation clarity.
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 .
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:
Best regards,
Anthony
**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 tag
.testimonial__card--body.card--client-height.color-background-2.rounded--image {
height: 250px;
}
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solutions