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 :
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024