Make collections on desktop wider to fill the whole screen. - Dawn theme

Solved
fbcgirl24
Excursionist
41 0 14

I want my collections images to expand and fill up the width of the page on desktop. Please provide a code that can adjust the size and width of the images. Web capture_3-11-2023_122240_www.feminiquebycameron.com.jpeg 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4084 936 1142

This is an accepted solution.

Hi @fbcgirl24 

try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.collection-list-wrapper.page-width.isolate.no-mobile-link.section-template--19026100912401__bbb818b3-fb0b-45c0-bc98-147e68356e55-padding {
    padding: 8px 0 24px 0;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699033420440.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Reply 1 (1)
Made4uo-Ribe
Shopify Partner
4084 936 1142

This is an accepted solution.

Hi @fbcgirl24 

try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.collection-list-wrapper.page-width.isolate.no-mobile-link.section-template--19026100912401__bbb818b3-fb0b-45c0-bc98-147e68356e55-padding {
    padding: 8px 0 24px 0;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699033420440.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com