Shopify themes, liquid, logos, and UX
I am trying to add a little white space under the homepage banner on my website. It is currently touching the images below it. I edited theme.css.liquid with this code but it made no difference:
.hero_image-wrapper {
padding-bottom:10px;
margin-bottom:10px;
}
Any ideas? thanks
Dan
Solved! Go to the solution
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.slideshow-wrapper {
margin-bottom: 50px;
}
Thanks!
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.slideshow-wrapper {
margin-bottom: 50px;
}
Thanks!
You nailed it, thanks so much! The Impulse theme does not have theme.css though, it was under theme.css.liquid.
add css code your theme.css.liquid file and If helpful then please Like and Accept Solution
Hi,
Try adding this code to the bottom of theme.css
#shopify-section-1525912530555 {
padding-top: 20px
}
User | RANK |
---|---|
227 | |
167 | |
66 | |
54 | |
51 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023