Use full width of screen to display products

Solved

Use full width of screen to display products

fhashim
Tourist
8 0 3

As per the attached screenshot I want to display the products collection such that it utilizes the entire screen width. If I view it on a larger screen there shouldn't be any padding from right or left, instead it should utilize the entire width. How can it be done?

Link: herculeanknight.com

Theme: Impulse

Accepted Solution (1)

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @fhashim 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

 

.page-width {
    max-width: 98% !important;
}

.page-full, .page-width {
   padding: 0 !important;
}

 

Result 

DaisyVo_0-1748169706619.png

 

Best,

DaisyVo

 

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

View solution in original post

Replies 3 (3)

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @fhashim 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

 

.page-width {
    max-width: 98% !important;
}

.page-full, .page-width {
   padding: 0 !important;
}

 

Result 

DaisyVo_0-1748169706619.png

 

Best,

DaisyVo

 

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
fhashim
Tourist
8 0 3

Thanks!

dreamworldeques
Excursionist
27 0 7

works for me in June, 2025

Thank you