How do i have the features faces carousel be in max width with no white spaces at the side?

How do i have the features faces carousel be in max width with no white spaces at the side?

withaudette
Excursionist
60 0 23

withaudette_0-1743322748542.png

As you can see from my image above, it's currently not in full width and there are white spaces at the side.

https://www.audette.store/products/lip-tint-treatment

Replies 2 (2)

Small_Task_Help
Shopify Partner
969 39 93

Hi,

Hope this will help

-Add Custom CSS to Fix Width

CSS code example

/* Make Features Faces Carousel full width */
.features-carousel {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}

 

If required fix parent container

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
withaudette
Excursionist
60 0 23

Hi, but after using this, the carousel slides seems to be very disproportionate.