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

Image with text sizing issues?

Solved

Image with text sizing issues?

jasminsharp97
Shopify Partner
80 1 31

I'm working on this site: https://maison-rouge-ny.myshopify.com/pages/contact

PW: thifis

 

This is a text with image block, so it should be two columns, I can't figure out how to get it to get into 2 columns; it stays stacked no matter what I zoom my screen to. How do I get this page to look like this example?

Screenshot 2024-11-19 215452.png

Accepted Solution (1)

steve_michael2
Trailblazer
356 33 43

This is an accepted solution.

1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

.section-template--18647897637076__image_with_text_halves_NmHfbi-padding.gradient.color-scheme-1
.image-with-text-halves__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    display: flex !important;
    flex-flow: row-reverse !important;
}

 Thanks!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount

View solution in original post

Replies 6 (6)

AllieHessel
Visitor
1 0 0

Okay, let me check, then I'll let you know.

Moeed
Shopify Partner
6357 1721 2079

Hey @jasminsharp97 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.image-with-text-halves__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    display: flex !important;
    flex-flow: row-reverse !important;
}
}
</style>

RESULT:

Moeed_0-1732083283294.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


PageFly-Richard
Shopify Partner
4808 1086 1755

This is Richard from PageFly - Shopify Page Builder App

 

Hi  @jasminsharp97  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
#shopify-section-template--18647897637076__image_with_text_halves_NmHfbi .image-with-text-halves__grid{
    display: flex !important;
    flex-direction: row-reverse !important;
}

</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

steve_michael2
Trailblazer
356 33 43

This is an accepted solution.

1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

.section-template--18647897637076__image_with_text_halves_NmHfbi-padding.gradient.color-scheme-1
.image-with-text-halves__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    display: flex !important;
    flex-flow: row-reverse !important;
}

 Thanks!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
jasminsharp97
Shopify Partner
80 1 31

This worked, thank you!!

DaisyVo
Shopify Partner
1055 134 147

Hi @jasminsharp97 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

@media screen and (min-width: 769px){
.image-with-text-halves__grid.grid {
    display: flex !important;
    flex-direction: row-reverse !important;
}
.image-with-text-halves__grid.grid > div {
    width: 45% !important;
}
}

 

 

Here is the result: https://prnt.sc/2iFC85be4eHB 
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution