Hi,
for some reason my page on mobile has a white space bellow it, but I would like to cover the whole page disregarding the mobile scree size, can anyone share with me the code ?
Thank you in advance!
Hi, I just check it looks image their no white space. can you inform us which device you are checking and the browser
@Arif_Shopidevs sorry, I was checking the code. Can you take a look now ? i use iphone 12
THe problem occured your image which show in mobile is height 320px like it need to be big.
Hi @Daniel19901 i see it look good, please doube check on this
Hi @Daniel19901
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media only screen and (max-device-width: 766px) {
.__instant.iLJ4tPaZuSqWsXO7S .instant-icon, .__instant.iLJ4tPaZuSqWsXO7S .instant-image__fill {
height: 100% !important;
}
}
Result
Best,
Daisy


