Hi Wizards,
I have just changed my footer to a 5 column widget footer… it views great on pc and ipad but on mobile they columns do not drop down underneath each other… they are all trying to be viewed at the same time and squashed across the width of the screen. I have no styling in the Quickstyle that I can see to explain why.
Would greatly appreciate your input.
Annemarie
Hi Annemarie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#footer .flex_column { width: 100% !important; margin-left: 0 !important; }}
Best regards,
Yigit
Perfect, looks great, thank you!