Hi
I would like to know how to reduce the size (only on mobile version) between these 2 sections (I would like to reduce it by 70%)
Thanks a lot !
A user seeks to reduce spacing between two sections on mobile devices in their Shopify Refresh theme.
Proposed Solution:
base.css filepadding-top: 26px !important to specific slideshow/banner elementsdisplay: noneImplementation Steps:
base.css fileAdditional Recommendation:
Consider adding a title to the collection for better SEO and customer introduction.
Status: Solution provided but not yet confirmed as tested or resolved. One responder requested the website URL to offer further assistance.
Hi
I would like to know how to reduce the size (only on mobile version) between these 2 sections (I would like to reduce it by 70%)
Thanks a lot !
Hello @Edgard22 ,
Hope you are doing well,
can you please drop here your website link so I will be able to assist you.
Hi @Edgard22
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
.slideshow__text.banner__box.content-container.content-container–full-width-mobile.color-scheme-3.gradient.slideshow__text–center.slideshow__text-mobile–left {
display: none !important;
}
.color-scheme-3.gradient {
padding-top: 26px !important;
}}
Additionally, I think you should add a title to the collection to introduce it to customers and optimize SEO
Hope that my solution works for you.
Best regards,
Henry | PageFly