The names under the testimonials aren’t centered and it’s making me crazy. I’m using the Alchemy theme. What needs to happen in the testimonials.liquid? thank you.
Please share store URL.
hello @madamsoul
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
my URL is madamsoul.com
thank you!!!
my URL is madamsoul.com
thank you!!!
hello @madamsoul
please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 759px){
.testimonials-nav__list {
padding: 0px ;
}
}
thanks for URL
try this code
- Go to Online Store->Theme->Edit code
- Asset->/styles.css ->paste below code at the bottom of the file.
ul.testimonials-nav__list {padding-left: 0;}
Yesss! thank you so much!
