Greetings from Vienna!
I am using on the entrance site a grid layout which works fine on PC:
But on mobile it cuts off the third column and I do not know how to solve the problem:
Could you please help me?!
best regards
Gerhard
Hey Gerhard,
I think it’s the Facebook like box which is causing that, what happens if you remove it? The reason why it overflows is that it’s an iframe being fetched from Facebook with a fixed width set.
Best regards,
Rikard
Hi Rikard!
Sorry for beiing late! Killed the FB Box, but nothing happened! Still all the content is overboarding in the 3rd grid of the grid row on mobile only.
Could it be a problem of addtitional CSS iframe attributes?
For any further info, links in private content
best regards Gerhard
Hi,
Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.iframe {
width: auto !important;
}
}
Best regards,
Rikard
Hi Rikard!
Worked fine! File can be closed.
best regards
Gerhard
Hi Gerhard,
Glad we could help :)
We are closing the thread.
Best regards,
Victoria