Solved

Can I adjust the width and background color of the text-image section in Brooklyn Theme?

Queenofgifts
Excursionist
15 0 4

Dear all, 

Can someone help with text with an image section in home page. 

I need (i) that section to be full width (ii) background to the colour of the text, in that specific section, to be FAF7F3. 

I use Brooklyn Theme.

I would appreciate some guidance here.

Thank you so much!

Asta

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Queenofgifts 

Remove previous css class and add this new code

#shopify-section-1635612357e56831df{background-color: #FAF7F3 !important;}
#shopify-section-1635612357e56831df .wrapper {
    max-width: 100% !important;
    padding: 0 0px !important;
}  
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 9 (9)

dmwwebartisan
Shopify Partner
12280 2546 3694

@Queenofgifts 

Please share store URL & screenshot what do you want !

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Queenofgifts
Excursionist
15 0 4

Thank you for your quick response!

Please see my store URL, let me know if password is needed. 

https://box-and-bow-nl.myshopify.com

Below is the section that I would like to get 100% width and the part that I have scribbled on should have a background colour FAF7F3

Screenshot 2021-10-31 at 09.22.58.png

dmwwebartisan
Shopify Partner
12280 2546 3694

@Queenofgifts 

Please share store front password!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Queenofgifts
Excursionist
15 0 4

@dmwwebartisan 

diekla

dmwwebartisan
Shopify Partner
12280 2546 3694

@Queenofgifts 

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

#shopify-section-1635612357e56831df{background-color: #FAF7F3 !important;}
#shopify-section-1635612357e56831df .wrapper {
    max-width: 100% !important;
    padding: 0 30px;
}  

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Queenofgifts
Excursionist
15 0 4

@dmwwebartisan 

Thank you very much. That part worked well - you are great!!!

Just the last one, is there a way to make the image to go until the left edge, as currently there is a little gap between an image and background. 

Screenshot 2021-10-31 at 10.02.46.png

Thanks again. 

Asta 

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Queenofgifts 

Remove previous css class and add this new code

#shopify-section-1635612357e56831df{background-color: #FAF7F3 !important;}
#shopify-section-1635612357e56831df .wrapper {
    max-width: 100% !important;
    padding: 0 0px !important;
}  
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Queenofgifts
Excursionist
15 0 4

Thank you this beautifully worked on the desktop version. 

However, on the mobile version the text and the button is not in the centre - is there an easy way to align the text with the button on the mobile version in the centre? 

I will also send you a separate email on another matter. 

Thank you very much!

Asta

 

dmwwebartisan
Shopify Partner
12280 2546 3694

@Queenofgifts 

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

@media screen and (max-width: 768px){
#shopify-section-1635612357e56831df .feature-row__text {
    order: 2;
    padding-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#shopify-section-1635612357e56831df .btn{ margin: 0 auto !important; display: table !important;}
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app