Dear support,
on mobile view the footer widgets are not really responsive. How can i change the behaviour, so that the widgets change on mobile to show up one underneath another?
Thanks for any help
Hey dondela,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#footer .flex_column { width: 100% !important; margin-left: 0 !important; }}
Best regards,
Yigit
Thanks Yigit, that works!