Hi, My store has debute theme and when opening the product page on mobile only , there is an odd space between picture and text. I have attached a sample picture. Please if anyone can let me know how to fix this. Thanks
1 Like
Hi @AislingOd ,
Weird but to fix this. Just follow the instructions below
- In your Admin page, go to Online store > Themes
- Choose the theme you want to edit then click Actions > Edit code.
- Open the theme.css under the Asset folder, and add the code below.
.product-single__media {
height: auto !important
}
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css >paste below code at the bottom of the file
.product-single__media {height: 100% !important;}
Hi @KetanKumar I tried this code but unfortunately its the same.
