Increase Size of Featured Reviews Section

Solved

Increase Size of Featured Reviews Section

Explore-Sherpa
Excursionist
34 0 12

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/

Accepted Solution (1)

Abdosamer
Shopify Partner
894 163 181

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 :

Abdosamer_0-1723901637267.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Reply 1 (1)

Abdosamer
Shopify Partner
894 163 181

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 :

Abdosamer_0-1723901637267.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work