Solved

Make image with text full width on brooklyn theme

Fabian_weldon
Pathfinder
142 0 28

I am wondering if i can make the image with text section on my brooklyn theme wider (around 90%).

This is how it currently is. Only using roughly half the page

Screenshot 2021-01-15 at 21.42.25.png

Accepted Solution (1)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@Fabian_weldon 

Thanks for post 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-16107126240584ca84 .wrapper, #shopify-section-16107127704b903e71 .wrapper {
    max-width: 100%;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 8 (8)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@Fabian_weldon 

Thanks for post 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-16107126240584ca84 .wrapper, #shopify-section-16107127704b903e71 .wrapper {
    max-width: 100%;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Fabian_weldon
Pathfinder
142 0 28

thank you so much that worked perfectly

KetanKumar
Shopify Partner
36843 3636 11978

@Fabian_weldon 

Thanks for your update and support.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
LuxeHardy
Tourist
7 0 2

Hi there,

  I am trying to do the same on my website bu this code does not seem to work?

KetanKumar
Shopify Partner
36843 3636 11978

@LuxeHardy 

oh sorry for that issue can you please send store url so i will check and let you know

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
LuxeHardy
Tourist
7 0 2
KetanKumar
Shopify Partner
36843 3636 11978

@LuxeHardy 

thanks for url can you please show me that section i can't see at home page

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
lupicoffee
Tourist
15 0 0

@KetanKumar Tried implementing this in my store (https://www.lupicoffee.com/pages/on-te-dit-tout) but am not seeing any visual changes. 

 

Is this code snippet that you provided in your solution still supposed to work? 

 

Thanks in advance for your help!