Tagged: 

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

    Hello,
    our footer contains 4 columns that do not slide under each other in the mobile view, but slice closely next to each other.
    Where can I ‘attack’?
    Thank you!

    #1322255

    Hey Christiane,

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

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

    Best regards,
    Rikard

    #1322273

    Good morning, Rikard,
    that worked very well. Thank you!

    #1322379

    Hi,
    Glad Rikard was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

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