Shopify themes, liquid, logos, and UX
Hi,
I need to fix the padding up top maybe 50px up on desktop to much white space> also if possible make the images closer together. My site is https://vazluxe.com'
Solved! Go to the solution
This is an accepted solution.
Hey @Luxurymrkt.
Let's try the following:
<style>
main section:first-child .gallery-carousel__meta.carousel__navigation-wrapper {
height: 30px !important;
}
main section:first-child .gallery-carousel__items > div {
margin-right: 10px !important;
}
</style>
Feel free to adjust the values, of course. The CSS above only targets the first gallery block.
If applied correctly, the result should be:
This is an accepted solution.
Hey @Luxurymrkt.
Let's try the following:
<style>
main section:first-child .gallery-carousel__meta.carousel__navigation-wrapper {
height: 30px !important;
}
main section:first-child .gallery-carousel__items > div {
margin-right: 10px !important;
}
</style>
Feel free to adjust the values, of course. The CSS above only targets the first gallery block.
If applied correctly, the result should be:
It worked but theres still this extra space on the right side. Possibly to fix?
You can add the following block (the same way) or just paste the rule into that previous block.
<style>
main section:first-child .gallery-carousel__items.carousel__wrapper.swiper-wrapper {
justify-content: center;
}
</style>
This would center the whole block. This is the best I can do, as spreading out the images would increase the gap between them.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025