All things Shopify and commerce
Hello guys, how can I minimize the padding in this section only for mobile version?
Solved! Go to the solution
This is an accepted solution.
HI @NikosBat
@media screen and (max-width: 768px){
.slideshow__text.banner__box.content-container {
padding-bottom: 0 !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
HI @NikosBat
@media screen and (max-width: 768px){
.slideshow__text.banner__box.content-container {
padding-bottom: 0 !important;
}
}
I hope this helps
Best,
Daisy
Hello there, now the padding is 0, can I somehow adjust the padding? Im trying to change the 0 to 5 or 10 but its not working, I want to have a little more space between these 2, not the space is 0 and it dont look that good
HI @NikosBat
Please add this code
@media screen and (max-width: 768px){
h2.collection-list-title {
font-size: 24px !important;
}
}
Result:
Thanks DaisyVo that worked for me
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024