Change a Section the Desktop version instead of mobile version

Solved

Change a Section the Desktop version instead of mobile version

NikosBat
Excursionist
235 0 38

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

Bildschirmfoto 2024-12-25 um 00.56.25.png

 

and here is the Dekstop version, which I want to look like this in mobile version

Bildschirmfoto 2024-12-25 um 00.53.52.png

 

 

Accepted Solution (1)

DaisyVo
Shopify Partner
2474 315 363

This is an accepted solution.

HI @NikosBat 

 

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 (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;
}
}

 

Here is the result:image_480.png

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

 

 

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

View solution in original post

Replies 4 (4)

AnneLuo
Shopify Partner
1228 220 250

Hi, @NikosBat 

Can you please share the store URL so that I can assist you?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Dan-From-Ryviu
Shopify Partner
10766 2128 2249

Hi @NikosBat 

Please share your page link containing that section.

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

DaisyVo
Shopify Partner
2474 315 363

This is an accepted solution.

HI @NikosBat 

 

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 (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;
}
}

 

Here is the result:image_480.png

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

 

 

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
NikosBat
Excursionist
235 0 38

Hey DaisyVo, that worked for me thank you very much