Re: How To Show all Product Cards in the catalog page In almost Full Width (tiny gap)

Solved

How To Show all Product Cards in the catalog page In almost Full Width (tiny gap)

slv1997
Tourist
11 0 3

hi, 

 

i want the product cards in the catalog page to be on almost full widgth (tiney gap).

thats my shop (open the full photo):

__צילום מסך (188).png

 

and i want it to look like that (open the full photo):

‏‏צילום מסך (200).png

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @slv1997 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.collection.page-width{
max-width: 100%;
    padding: 5px;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @slv1997 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.collection.page-width{
max-width: 100%;
    padding: 5px;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.