Product Slider is way to big and i need to know how to shirk/adjust it

Solved

Product Slider is way to big and i need to know how to shirk/adjust it

Matt007
Tourist
9 0 1
Accepted Solution (1)

GTLOfficial
Shopify Partner
435 86 87

This is an accepted solution.

Hello @Matt007 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.

.dawn-product-slider {
max-width: 1000px !important;
}

result
6.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

niraj_patel
Shopify Partner
2378 514 511

Hello @Matt007 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 990px){
   .dawn-product-slider {
        max-width: 1200px !important;
   }
}
</style>

niraj_patel_0-1723186126192.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

GTLOfficial
Shopify Partner
435 86 87

This is an accepted solution.

Hello @Matt007 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.

.dawn-product-slider {
max-width: 1000px !important;
}

result
6.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

GTLOfficial
Shopify Partner
435 86 87

Thanks for accepting the  solution.
Please hit the like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh