does anyone know why this huge gap is displaying on my mobile view/why its not displaying like a normal mobile view?
padding all set to zero so i dont know where its coming from
page is https://www.girltimebeauty.com/pages/black-friday-sign-up
does anyone know why this huge gap is displaying on my mobile view/why its not displaying like a normal mobile view?
padding all set to zero so i dont know where its coming from
page is https://www.girltimebeauty.com/pages/black-friday-sign-up
Hello, @Digitalsby_j
1. Go to Online Store → Theme → Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@media (max-width: 768px){
body{
min-height: unset !important;
}
}
Thank You!
hmm it did not work for me
Where did you add the code?