How can I widen the Feefo service carousel widget on my homepage?

Hi everyone!

Does anybody know how I can increase the width of the Feefo service carousel widget on the homepage at www.boho-betty.co.uk. I want to make it full width to match the other stuff on the page and make it centralized.

This is the widget code

{% raw %}

{% endraw %}

Many thanks, James

Hello Jamescm!

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.service-carousel-container.SNAPSHOT{max-width: 100% !important; padding-left: 0; padding-right: 0; width: 100% !important;}

1 Like

Thanks Codewiser - much appreciated

1 Like

Thankyou @jamescm :blush: