Display Gap On Mobile Devices - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Display Gap On Mobile Devices

O

Oliver

Template 2 years ago

Hello,

I have problem with a white space, which appears on mobile devices only. On PC, everything is fine - also in different browsers. I don't find a way to solve it via PageBuilder settings.

https://prnt.sc/Pfd3Ewertbj0 https://prnt.sc/0IqurFa_JK2G

Thank you, Oli

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115758

Indeed bottom margin was from template styles, I fixed that already using:

@media (max-width: 991px) {
.view-products .j2store-single-product {margin-bottom: 0px !important;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115746

Hi Oliver,

Thanks for the screenshots and links, I will check it in next few minutes.

0
O
Oliver
Accepted Answer
2 years ago #115807

Hello Paul. Thank you very much for taking care. Hm ... I still see the white space. Do I have to consider anything?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115810

Reload browser 2x, to clean cache.

For sure there is no white bar on mobile and small tablet

info_1067_2023.jpg

for bigger tablet you can always change value from 991px to 1024px in custom.css file.

0