Site logo

[Resolved] Display links in footer in a column on mobile (no blocks)

Home Forums Support [Resolved] Display links in footer in a column on mobile (no blocks)

Home Forums Support Display links in footer in a column on mobile (no blocks)

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

    Hello,

    Could you help me display the links in my footer in a column on mobile? Also how do I space them out better on desktop (e.g. like in my top nav menu)?

    Thanks

    #2581921
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .footer-bar .widget_nav_menu>div>ul {
            flex-direction: column;
        }
    }

    Learn how to add CSS: https://docs.generatepress.com/article/adding-css/

    #2583684
    registriran

    Thanks, Leo, that worked.

    #2584558
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.