Narrative theme question

Solved
adevster8
Excursionist
17 0 4

I tried making the collection list and featured collections wider on the home screen with

}
.page-width {
max-width: 90%;
padding: 0px 5px;
}

However, the slideshow is now off center.  It also deleted the button, for "explore" under where it says credit card geometry.  Can you tell me how to fix?  Thanks

 

Screen Shot 2021-10-16 at 2.00.35 AM.png

Replies 22 (22)
adevster8
Excursionist
17 0 4

The second slideshow towards the bottom is off center as well.  Everything else looks good after widening the rest of it though.

Zworthkey
Shopify Partner
5581 642 1535

This is an accepted solution.

.slideshow__text-container.page-width {
    max-width: 100% !important;
}

Add this code in theme.scss or style.css
Thank you.

adevster8
Excursionist
17 0 4

Thank you!