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

    Hi!
    I’m finding some problems to see properly the 4 columns footer on the mobile.
    In some pages its shown right (first the first column, then the second…) but in other pages it tries to show it like on the website version, the 4 columns at the same time.
    I’ve attached examples.

    THE RIGHT ONE

    THE WRONG ONE

    Thanks!

    #621524

    Hey alquadrat!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }}

    Best regards,
    Yigit

    #621558

    Nice!

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem: mobile visualization of 4 columns footer’ is closed to new replies.