Hi,
the 4 Text-Widgets in my footer-area don’t work correct on some pages in mobile version. They don’t change to vertical orientation. On other pages they work correct
Redgards
Berthold
Hey Berthold,
Could you post a link to one of the problem pages so that we can have a closer look please?
Best regards,
Rikard
Hey Rikard,
the Website isn’t online yet. I’ll give you a temporary login.
Redgars Berthold
Hi Berthold,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#footer .av_one_fourth {
width: 100% !important;
margin-left: 0 !important;
}
}
Best regards,
Rikard
Perfect, Thank you very much