What's your biggest current challenge? Have your say in Community Polls along the right column.

Adjust the text width for the text section in "Image with Text" using the Dawn Theme

Solved

Adjust the text width for the text section in "Image with Text" using the Dawn Theme

Troy88
New Member
6 0 0

Hi, i'm trying to make the width of my text box wider within the "image with text" section using the Dawn theme but can't seem to figure it out. 

 

As you can see below, the top half is the "image with text" that doesn't cover the full width, compared to the generic "rich text" section below. 

 

Cheers,

Troy

2a.JPG

 

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @Troy88 

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){

.image-with-text__content {

    padding-left: 0 !important;

    padding-right: 0 !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @Troy88 

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){

.image-with-text__content {

    padding-left: 0 !important;

    padding-right: 0 !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Troy88
New Member
6 0 0

This worked - Thank you 🙂