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;
}
}
User | RANK |
---|---|
227 | |
167 | |
66 | |
53 | |
53 |
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