Shopify themes, liquid, logos, and UX
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
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025