Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How can I add spacing/padding on bottom and top of slideshow, because theres no option, its on the bottom of my site.
site: http://zoticnewyork.com
Solved! Go to the solution
This is an accepted solution.
Hi @AMOB,
For adding/padding on bottom and top of slideshow, We need to add following CSS in component-slideshow.css:
slideshow-component{
padding: 30px 0;
}
Thank you.
This is an accepted solution.
Hello @AMOB
1. In your Shopify Admin go to online store => themes => actions => edit code
2. Find Asset => component-slideshow.css and paste this at the bottom of the file:
slideshow-component {
padding-top: 35px;
padding-bottom: 35px;
}
Please check the attached screenshot URL: https://prnt.sc/0_7PKWH7f3aP
Thanks.
This is an accepted solution.
Hi @AMOB,
For adding/padding on bottom and top of slideshow, We need to add following CSS in component-slideshow.css:
slideshow-component{
padding: 30px 0;
}
Thank you.
There is only theme.css, no component-slideshow.css.
This is an accepted solution.
Hello @AMOB
1. In your Shopify Admin go to online store => themes => actions => edit code
2. Find Asset => component-slideshow.css and paste this at the bottom of the file:
slideshow-component {
padding-top: 35px;
padding-bottom: 35px;
}
Please check the attached screenshot URL: https://prnt.sc/0_7PKWH7f3aP
Thanks.
Hello! I don't seem to have a component with the title component-slideshow.css under Asset. Here's the link that would lead you to my website - https://sachi.sg