App reviews, troubleshooting, and recommendations
hello,
I am using the social testimonial slider app and it works perfect for my desktop version but it stacks up weirdly on mobile version. Does anyone know how to make the review appear horizontal on mobile version?
my webshop is www.rennelier.com
Please follow step by step below:
1. Click "Edit code"
2. Find "base.css" file
4. Paste code below at the end of "base.css" file and click "Save" button
.shopify-section.srs-section {
overflow: hidden;
}
@media (min-width: 750px) and (max-width:1024px) {
.shopify-section.srs-section .srs-testimonial-container {
margin-left: auto !important;
margin-right: auto !important;
padding: 0 5rem;
}
}
@media (max-width: 749px) {
.shopify-section.srs-section .srs-testimonial-container {
margin-left: auto !important;
margin-right: auto !important;
padding: 0 1.5rem;
}
.shopify-section.srs-section .srs-testimonial-container .srs_slider .wprs_unslider-arrow.prev{
left: -10px;
}
.shopify-section.srs-section .srs-testimonial-container .srs_slider .wprs_unslider-arrow.next{
right: -10px;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025