Hello everybody, I just purchased the Boost theme for my e-commerce store. I was wondering how to make the images in the slideshow wide enough to reach the border when viewing on a desktop?
Store address: https://bravepaws.co.uk/
Hello everybody, I just purchased the Boost theme for my e-commerce store. I was wondering how to make the images in the slideshow wide enough to reach the border when viewing on a desktop?
Store address: https://bravepaws.co.uk/
Hi @visionzz , you can go to store admin > Sale channels > Online store > Themes > Customize > select Slideshow section and check if there is full width of option slideshow layout, similar in this image
So please go to Sale channels > Online store > Edit code > find Assets > style.css.liquid or style.css and add this code at the bottom
#shopify-section-template--18529166164281__slideshow .container { padding-left: 0px !important; padding-right: 0px !important; }
#shopify-section-template--18529166164281__slideshow .container .page-width { max-width: 100% !important; }