Dear support
after upgrading to 4.0.4 I see know on a new test installation that footer has no responsive behaviour? in each mobile preview the footer columns stay besides as on big screens –> content has also no responsive behaviour. on our our current installation footer content is shown below each other on mobile screens
also on a new design site we had a new design scheme –> color section with content and background color, content, color sektion with content and background color –> this was now broken, all three parts had now a background color, I solved now the problem, as I removed the content between the two color sections into a new color section with other background color.
i don`t think this behaviours are planned this way from enfold developers?
Best Regards Marc
Hey Marc,
It sounds like a small hiccup. 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
Dear Yigit
thanks for your help, with a little modification of responsive footer behaviour it worked.
Best Regards Marc