Re: How to maker images with text sections full width

Solved

How to maker images with text sections full width

kirkcanada
Shopify Partner
156 13 25

I am using the dawn theme.

 

I want to have the  section full width on some of my pages similar to the look of the flow theme.


Can this be done so it doesn't screw up the mobile view?

https://bleswold.myshopify.com

 

pw cheese
full-width-example.pngfull-width-example_2.png

Accepted Solution (1)

made4Uo
Shopify Partner
3848 717 1190

This is an accepted solution.

Hi @kirkcanada 

 

Please follow the instructions below. The style will only affect the said section. 

 

1. From you Admin page, go to Online store > Customize
2. Go to the section and add the code below inside the Custom CSS. Refer to image below for placement

.image-with-text {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

made4Uo_0-1685740029284.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 5 (5)

made4Uo
Shopify Partner
3848 717 1190

This is an accepted solution.

Hi @kirkcanada 

 

Please follow the instructions below. The style will only affect the said section. 

 

1. From you Admin page, go to Online store > Customize
2. Go to the section and add the code below inside the Custom CSS. Refer to image below for placement

.image-with-text {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

made4Uo_0-1685740029284.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
kirkcanada
Shopify Partner
156 13 25

made4Uo .

 Thanks so much for this and its seems to work great.

 

The other cool thing I got from your screenshot was how to add the snippet to the CSS by using the new widget you had drawn the square around!

cookiesleague
Shopify Partner
1 0 2

may i know why this doesnt work with dawn 12.0?

elizacarver
Visitor
2 0 0

This doesn't seem to be working for me! any other solutions?

made4Uo
Shopify Partner
3848 717 1190

For newer version of Dawn, you need to handle it differently. Please follow the instructions below.

1. From you Admin page, go to Online store > Themes > Choose the theme you want to edit then click the three dots, then Edit code

2. Go to the Sections folder, and open the image-with-text.liquid file

3. Find the page-width, and delete the following texts, class="page-width". See image below

made4Uo_0-1721431148147.png

Result should be like below:

made4Uo_1-1721431197441.png

 

Give LIKES if this help. Thank you (",)



 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free