Hi!
I would need some help to change the theme code to edit the ‘image with text’ section. I need to move the text below and have the three sections on the same row.
URL: https://babychou.ca/pages/notre-equipe
Thanks!!
Hi!
I would need some help to change the theme code to edit the ‘image with text’ section. I need to move the text below and have the three sections on the same row.
URL: https://babychou.ca/pages/notre-equipe
Thanks!!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site password its now password protect,
I will check out the issue and provide you a solution here.
Thank you so much for your response! @KetanKumar
I was able to find the password. it’s braylt
Please let me know you can access the site and provide me the instruction to solve this issue.
Thanks again!!!
nope this fine can you please just give me screenshot which section do you need change?
Hi @KetanKumar
I was able to find the password to I edited my previous comment
The password is braylt.
Do you still need the screenshots or can you access the site now?
In the page I sent (https://babychou.ca/pages/notre-equipe) you there are 3 “image with text” sections, I would need to:
Thanks!!
@KetanKumar this is exactly what I need ![]()
How should I proceed? Thanks!!
yes please try this code
@media (min-width: 768px) {
#shopify-section-page-story-template .shopify-section {
float: left;
width: 33.33333%;
}
#shopify-section-page-story-template .shopify-section .text-beside-image {
flex-wrap: wrap;
}
#shopify-section-page-story-template .text-beside-image__text, #shopify-section-page-story-template .text-beside-image__image {
width: 100%;
flex-basis: 100%;
}
#shopify-section-page-story-template .text-beside-image__image {
min-height: 250px;
}
#shopify-section-page-story-template .text-beside-image__text {
order: 2;
}
}
This is great!!! Thanks a lot
its my pleasure to help us
@KetanKumar Thanks again!
I would need, if possible, to do the same thing with the three images + text at the bottom of my homepage https://babychou.ca/
I’m trying to apply the indications you gave me on it but I could use some help!
Thank you so much
yes please try this code
@media (min-width: 768px) {
#shopify-section-163000271519670fbc, #shopify-section-1630002729f050ec37, #shopify-section-1630002793ca6eaed7 {
float: left;
width: 33.33333%;
}
#shopify-section-163000271519670fbc .text-beside-image,
#shopify-section-1630002729f050ec37 .text-beside-image,
#shopify-section-1630002793ca6eaed7 .text-beside-image
{
flex-wrap: wrap;
}
#shopify-section-163000271519670fbc .text-beside-image__text,
#shopify-section-163000271519670fbc .text-beside-image__image,
#shopify-section-1630002729f050ec37 .text-beside-image__text,
#shopify-section-1630002729f050ec37 .text-beside-image__image,
#shopify-section-1630002793ca6eaed7 .text-beside-image__text,
#shopify-section-1630002793ca6eaed7 .text-beside-image__image
{
width: 100%;
flex-basis: 100%;
}
#shopify-section-163000271519670fbc .text-beside-image__image,
#shopify-section-1630002729f050ec37 .text-beside-image__image,
#shopify-section-1630002793ca6eaed7 .text-beside-image__image
{
min-height: 250px;
}
#shopify-section-163000271519670fbc .text-beside-image__text,
#shopify-section-1630002729f050ec37 .text-beside-image__text,
#shopify-section-1630002793ca6eaed7 .text-beside-image__text
{
order: 2;
}
}