When I open the page on my mobile phone some text blocks are laying too much over the pictures. The desktop website looks fine. What can I do to improve the mobile site?
burgspielschar
Hi,
Could you share screenshot highlighting the issue?
Is it possible that the complete photo is displayed?
burgspielschar Hi,
You can try with this custom CSS code:
@media (max-width: 480px) { .jub-block.content-5 .content .main-content { margin-top: 0; } }