Shopify themes, liquid, logos, and UX
Hi, can someone help me remove the padding above the product collection section (on mobile device only)
(I have attached photos below - the blue part is what i want to get removed)
Link for my website.: https://www.melchiorjewelry.com/collections/deluxe-moonstone-collection
Thank you so much, hope someone can help me out here!
.
.
.
.
.
.
.
.
Solved! Go to the solution
This is an accepted solution.
Hi @stinem123
Please put this css in theme.liquid before body closing tag </body>
<style>
@media (max-width: 768px) {
.bubble-slider-template--23686647742812__ss_circle_menu_pro_wwUxBG.swiper.swiper-container-initialized.swiper-container-horizontal {
padding-bottom: 0px !important;
}
form.filter-bar.animation--filter-bar.is-visible {
padding-top: 0px !important;
}
}
</style>
Thanks!
This is an accepted solution.
Hi @stinem123
Please put this css in theme.liquid before body closing tag </body>
<style>
@media (max-width: 768px) {
.bubble-slider-template--23686647742812__ss_circle_menu_pro_wwUxBG.swiper.swiper-container-initialized.swiper-container-horizontal {
padding-bottom: 0px !important;
}
form.filter-bar.animation--filter-bar.is-visible {
padding-top: 0px !important;
}
}
</style>
Thanks!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024