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

    Hi,
    I have three footer columns – on desktop view in one line, on mobile view they should slide among each other, but it doesn’t change to that look anymore.
    Can you please help?
    Kind regards,
    Veronika

    #1432036

    Hey Loveronika,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1432047

    Hi Rikard,
    thanks for the solution and the fast reply.
    You can close the topic.
    Kind regards,
    Veronika

    #1432064

    Hi,

    Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer columns don’t break on mobile view’ is closed to new replies.