Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #759946

    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

    #759971

    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

    #760003

    Thanks Yigit, that works!

    #760005

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘footer mobile view’ is closed to new replies.