All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello guys, I have a question about the section below. How can I adjust this section to look the same as in the Desktop version?
Here is the mobile version
and here is the Dekstop version, which I want to look like this in mobile version
Solved! Go to the solution
This is an accepted solution.
HI @NikosBat
@media screen and (max-width: 768px){
.image-with-text__grid.grid > div {
max-width: 50%;
}
.image-with-text--overlap .image-with-text__content {
margin-top: 0;
margin-left: -15%;
width: 115% !important;
}
.image-with-text.image-with-text--overlap {
padding-bottom: 35px;
}
}
On mobile with a small horizontal screen, following the desktop design will look terrible. If you still want it, here's the code. However, if you reduce the height, the text in the right-hand box will need to shrink to fit, which would make it too small to read. Therefore, we suggest keeping it as it is.
If you still want to make the edit, the code is above
I hope this helps,
Best,
Daisy
Hi, @NikosBat
Can you please share the store URL so that I can assist you?
Hi @NikosBat
Please share your page link containing that section.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
HI @NikosBat
@media screen and (max-width: 768px){
.image-with-text__grid.grid > div {
max-width: 50%;
}
.image-with-text--overlap .image-with-text__content {
margin-top: 0;
margin-left: -15%;
width: 115% !important;
}
.image-with-text.image-with-text--overlap {
padding-bottom: 35px;
}
}
On mobile with a small horizontal screen, following the desktop design will look terrible. If you still want it, here's the code. However, if you reduce the height, the text in the right-hand box will need to shrink to fit, which would make it too small to read. Therefore, we suggest keeping it as it is.
If you still want to make the edit, the code is above
I hope this helps,
Best,
Daisy
Hey DaisyVo, that worked for me thank you very much