Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #622381

    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

    #622383

    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

    #624199

    Perfect, looks great, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer widgets not dropping down underneath on mobile’ is closed to new replies.