Shopify themes, liquid, logos, and UX
I want to increase the size of the white boxes that our featured customer reviews are in as we received a really nice review yesterday, but it is too long to properly fit. Any advice or custom CSS would be greatly appreciated in getting the review box a few inches bigger so that the whole review and review date all fit.
I am using an influence theme
Link: https://www.exploresherpa.com/
Solved! Go to the solution
This is an accepted solution.
Hi @Explore-Sherpa , go to theme.css file and add the following code at the end of it :
@media (min-width:1000px) {
.reviews-section .container .reviews-card {
height: 300px !important;
}
}
Result :
This is an accepted solution.
Hi @Explore-Sherpa , go to theme.css file and add the following code at the end of it :
@media (min-width:1000px) {
.reviews-section .container .reviews-card {
height: 300px !important;
}
}
Result :
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025