How can I center testimonial authors in the Alchemy theme?

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.

@madamsoul

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.

@madamsoul

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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 ;
}
}

@madamsoul

thanks for URL

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
ul.testimonials-nav__list {padding-left: 0;}

Yesss! thank you so much!