Archived topic
Problen in mobile layout
3 replies · Started by Jose on February 16, 2021
Viewing posts 1–4 of 4
Hi,
I don't know why but in two of my pages I have a problem with the mobile layout, with the width. Could you checki it?
https://fachadasoliva.es/nosotros/
https://fachadasoliva.es/fachada-ventilada/
Regards
Hi Jose,
Give this CSS a try:
@media (max-width: 768px) {
#page {
overflow-x: hidden;
}
}
Perfect, thanks!
No problem :)
This archived topic is closed to new replies.