Shopify themes, liquid, logos, and UX
I'd like to reduce the padding on the slideshow section on mobile view - I've highlighted the upper and lower space part of the text bit of the section that I'd like reducing.
Any advice is really appreciated.
Dawn theme
URL: https://brain-boost.co.uk/
Solved! Go to the solution
This is an accepted solution.
Hi @BraxtonEcom
Try this one.
@media only screen and (max-width: 749px){
.banner__box {
padding: 2rem !important;
}
}
1) Go to online store
2) Edit Code
3) Open your section-image-banner.css file
4) Paste the following code at the bottom:
@media only screen and (max-width: 768px) {
.banner__box {padding-top: 1rem !important, padding-bottom: 1rem!important;}
}
5) Save.
Let me know if it work by marking it as a solution.
This is an accepted solution.
Hi @BraxtonEcom
Try this one.
@media only screen and (max-width: 749px){
.banner__box {
padding: 2rem !important;
}
}
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024