Add space between sections in Brooklyn theme - Mobile version

Solved

Add space between sections in Brooklyn theme - Mobile version

lilyyp
Excursionist
32 0 21

Hi! On the mobile version of my site, some sections are extremely close to one another. Is there a way to fix this without changing the desktop version? My website is www.bungalowsun.com. I would want the "What we stand for" section to be more separated from the other two sections surrounding it. Thanks! 

Accepted Solutions (2)
LitExtension
Shopify Partner
4915 1005 1183

This is an accepted solution.

Hi @lilyyp

You can please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Asset > theme.scss.liquid and paste this at the bottom of the file:

.hero[data-adapt=false], .hero[data-adapt=false] .slideshow__overlay:before {

    height: auto !important;

    max-height: none !important;

}

Hope this helps! 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

Kinjaldavra
Shopify Partner
2303 570 1426

This is an accepted solution.

hello @lilyyp 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

@media screen and (max-width: 769px){
#shopify-section-1620934633f12eb712 .grid .grid__item {
	           padding: 25px 5px;
             font-size: 18px;
} 
}

 

 

View solution in original post

Replies 6 (6)

ZestardTech
Shopify Partner
6096 1091 1464

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
lilyyp
Excursionist
32 0 21

The store is https://bungalowsun.com and the password is ShopBungalow. Thanks! 

LitExtension
Shopify Partner
4915 1005 1183

This is an accepted solution.

Hi @lilyyp

You can please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Asset > theme.scss.liquid and paste this at the bottom of the file:

.hero[data-adapt=false], .hero[data-adapt=false] .slideshow__overlay:before {

    height: auto !important;

    max-height: none !important;

}

Hope this helps! 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
lilyyp
Excursionist
32 0 21

Worked great! Thank you so much!

Kinjaldavra
Shopify Partner
2303 570 1426

This is an accepted solution.

hello @lilyyp 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

@media screen and (max-width: 769px){
#shopify-section-1620934633f12eb712 .grid .grid__item {
	           padding: 25px 5px;
             font-size: 18px;
} 
}

 

 

dlynaustin
Shopify Partner
22 0 0

Hello, I'm trying to do the same thing but this code didn't work for me. Any help would be greatly appreciated! Trying to increase the space between the collection images on my homepage on Mobile view only (I've already changed it for desktop). I'm using Studio Theme.

 

www.assifassefi.com 

pw skawst

 

Thank you!