Impulse Theme - Full Width Featured Collection

Solved

Impulse Theme - Full Width Featured Collection

AAABARTON1
Excursionist
35 0 5

Hi,

 

I am trying to get my collection pages & home page featured collection to be full width on desktop. 

 

www.mistlabs.co

 

Thanks for your help in advance!

Accepted Solution (1)
Guleria
Shopify Partner
4164 810 1167

This is an accepted solution.

As I check code is working 

btw update the previous code with this one

 

@media only screen and (min-width: 767px) {
[data-context="featured-collection"] .page-width {
    padding: 0 2px;
    max-width: 100%;
}
#CollectionAjaxContent .page-width {
    padding: 0 2px;
    max-width: 100%;
}
}

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
4164 810 1167

Hello @AAABARTON1 ,

 

Follow these steps:

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

2. Open your theme.css file and paste the following code at the bottom:

[data-context="featured-collection"] .page-width {
    padding: 0;
}
#CollectionAjaxContent .page-width {
    padding: 0;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
AAABARTON1
Excursionist
35 0 5

I only have the theme.css.liquid file?

 

I pasted it there and nothing has changed? I actually think I want to reduce the padding for all content on the website - when I look on laptop it fits fine, but when looking on desktop there is a lot of blank space surrounding the content.

 

Hope this makes sense - thanks for your response too 🙂

 

Andrew

Guleria
Shopify Partner
4164 810 1167

This is an accepted solution.

As I check code is working 

btw update the previous code with this one

 

@media only screen and (min-width: 767px) {
[data-context="featured-collection"] .page-width {
    padding: 0 2px;
    max-width: 100%;
}
#CollectionAjaxContent .page-width {
    padding: 0 2px;
    max-width: 100%;
}
}

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
AAABARTON1
Excursionist
35 0 5

GENIUS, thanks 🙂