Hello at Kriesi,
is it possible to make the 4 col widget footer to a 2 col footer on tablets and below? I have some long words in the colums and they get cut ob tablets. I have tried the code from https://kriesi.at/support/topic/responsive-4-column-footer/ but this does not work.
Thanks!
Regards
Hey Sigmund,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
#footer .av_one_fourth {
margin-left: 0 !important;
width: 40.5% !important;
}
}
Best regards,
Rikard
Hello Rikard,
great! That works. You can close the topic.
Best Regards