Hello guys, how can i adjust the width of this section?
Hi @NikosBat , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @NikosBat
- Go to Online Store β Theme β Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
.slick-track {
width: 4134px !important;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
HI @NikosBat
In order to fulfill your request, please follow these stepsStep 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
{% style %}
{% if product.id == 9399705469260 %}
.video-width {
max-width: unset !important;
}
{% endif %}
{% endstyle %}
Here is the result:
I hope this helps
Best,
Daisy
Thanks Websensepro that solved ma Problem
Hello DaisyVo, thanks that solved my problem
Hi @NikosBat
Thatβs great to hear that
I will be grateful if you can mark our answer if it helps you
Thank you so much
Best,
Daisy

