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?
2 Likes
Okay, let me check, then I’ll let you know.
Moeed
November 20, 2024, 6:14am
3
Hey @jasminsharp97
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Go to Online Store
Edit Code
Find theme.css/base.css file
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!
DaisyVo
November 21, 2024, 3:14am
6
Hi @jasminsharp97
To complete your requests, please follow these steps:
Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
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