Forums
Home / Plugin: GDPR & DSGVO Compliant Maps | GeoUNIT Maps / Responsive layout
(@mahyulan)
1 month, 3 weeks ago
I have specified height=800, which is fine for desktop
Can I specify different value for mobile?
The page I need help with: [log in to see the link]
(@unit08)
Hi,
we suggest doing that by using css. Have u tried using css ?
Regards
Hello,
Yes, I have added CSS for mobile:
@media screen and (max-width:768px) {.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {max-height: 500px;}}