Solved

What is the solution for off-centered slideshow and missing button in Shopify Narrative theme?

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

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

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.

View solution in original post

Replies 22 (22)