Adjust width from a section

Adjust width from a section

NikosBat
Explorer
336 0 52

Hello guys, how can i adjust the width of this section?

 

NikosBat_3-1737534845179.png

 

 

 

Replies 6 (6)

websensepro
Shopify Partner
1854 215 262

Hi @NikosBat , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

websensepro
Shopify Partner
1854 215 262

Hi @NikosBat 
1. Go to Online Store -> Theme -> Edit code.
2. 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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
NikosBat
Explorer
336 0 52

Thanks Websensepro that solved ma Problem

DaisyVo
Shopify Partner
3796 412 499

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 </head>

{% style %}
{% if product.id == 9399705469260 %}
.video-width {
    max-width: unset !important;
}
{% endif %}
{% endstyle %}

Here is the result: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
NikosBat
Explorer
336 0 52

Hello DaisyVo, thanks that solved my problem

DaisyVo
Shopify Partner
3796 412 499

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution