Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello, in the header there is the possibility to choose whether you want to activate it in full width or not. Unfortunately, I did not find this option in the slideshow. Currently, the slide show is always displayed over the entire width. Unfortunately, this does not match the rest of the layout, which is not displayed in full width. Is there a possibility that the slideshow is not displayed in full width. (See screenshot, we would like to show only the area in the red frame). |
Solved! Go to the solution
This is an accepted solution.
Hello @KCK22,
Add this css at the bottom
Online Store->Theme->Edit code
assets->theme.css
margin: auto;
padding: 0px 22px !important;
This is an accepted solution.
Hello @KCK22,
Add this css at the bottom
Online Store->Theme->Edit code
assets->theme.css
margin: auto;
padding: 0px 22px !important;
Hello @KCK22,
Please share your store URL
@KCK22 hey bro, you can try with this code
Add this css at the bottom
Online Store->Theme->Edit code
assets-> theme.css
#shopify-section-static-slideshow {
padding: 0px 185px !important;
}
@media(min-width: 280px) and (max-width: 767px){
#shopify-section-static-slideshow {
padding: 0px !important;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025