Hey there,
I was hoping someone could help me add padding to the left and right of my Debut themed slideshow.
I've tried over 10 shopify community solutions and none of them worked for me. One did, but it stopped the slideshow.
Here's my website: www.habibiskateshop.com
Password: glecri
It would also be rad if I could custom select the dimensions of the slideshow as the standard settings provided with the theme don't quite work for the nature of the photos I want to have up there.
Thanks so much!
Solved! Go to the solution
Hello @MaysamFaraj
Add below code to your css file
.slideshow--medium{
margin : 0px 10px 0px 10px !important
}
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
div#shopify-section-1608672956af3bbbea div {
padding-left: 2%!important;
padding-right: 2%!important;
}
Kindly feel free to get back to me if you need any further assistance
User | Count |
---|---|
566 | |
208 | |
121 | |
82 | |
44 |