Spacing in Multirow - Mobile View Sense Theme

Solved

Spacing in Multirow - Mobile View Sense Theme

Gaiar
Shopify Partner
79 2 15

Hello Support Community,

 

The images' bottom side in the multirow section is hidden by the text. How to add some space above the text area so the full image appears ?

 

Gaiar_0-1716880398918.png 

Gaiar_1-1716880419573.png

 

This is how the image looks on desktop:

 

Gaiar_2-1716881045338.png

 

Gaiar_3-1716881065424.png

 

https://nefertari-eg.myshopify.com/

Password:
ohldah

 

Thank you.

 

Stay authentic,
Accepted Solution (1)

EBOOST
Shopify Partner
1282 326 385

This is an accepted solution.

Hi @Gaiar ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Assets/base.css
3. Add code below to end of file

@media(max-width: 749px){
  .multirow  .image-with-text__media {
    height: auto!important;
  }
  .multirow  .image-with-text__media img {
    position: static!important;
  }
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 2 (2)

EBOOST
Shopify Partner
1282 326 385

This is an accepted solution.

Hi @Gaiar ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Assets/base.css
3. Add code below to end of file

@media(max-width: 749px){
  .multirow  .image-with-text__media {
    height: auto!important;
  }
  .multirow  .image-with-text__media img {
    position: static!important;
  }
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips
Gaiar
Shopify Partner
79 2 15

Thank you so much @EBOOST . Worked perfectly.

Stay authentic,