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

Change a Section the Desktop version instead of mobile version

Solved

Change a Section the Desktop version instead of mobile version

NikosBat
Navigator
489 1 108

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
4469 501 600

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
1381 240 281

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
12073 2359 2539

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.

DaisyVo
Shopify Partner
4469 501 600

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
Navigator
489 1 108

Hey DaisyVo, that worked for me thank you very much