Dawn Theme: Featured Collection + Collection List

Hii people,

Looking a for a help with the theme design customization.

I have 2 issues:

  1. Featured collection on the homepage is shifted for to the right, when I scroll it more it stretches the whole width of the page. Can I have it centered and padded from the sides?

  1. I want to increase overall collection list to have bugger images and be less padded from the sides.

Thank you!!!

@dmitry_z Please provide the URL of your store and if it is password protected please share the password too. Thanks

Here is the preview url: https://ttlsh3x73nhxnfbs-7708685.shopifypreview.com

Thanks for our help!

@dmitry_z We need to do some custom coding in order to fix the issue. If you are comfortable giving collaborator access to the backend of the store. Do let us know, you can direct message us here.

Hi @Dmitry_z

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset->component-slider.css paste the below code at the bottom of the file.

#Slider-template–15733973614746__featured_collection li:first-child{

margin-left:0 !important

}

#shopify-section-template–15733973614746__1661368998df60c61b .section-template–15733973614746__1661368998df60c61b-padding,#shopify-section-template–15733973614746__1661359946d7647532 .section-template–15733973614746__1661359946d7647532-padding{

max-width:100% !important;

min-width:100% !important

}

Best Regards;

PageFly

Worked like magic! Thank you @PageFly-Victor !