Home › Forums › Support › Display links in footer in a column on mobile (no blocks) This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 25, 2023 at 10:00 am #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 March 25, 2023 at 11:13 am #2581921 LeoStaff 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/ March 27, 2023 at 2:08 am #2583684 registriran Thanks, Leo, that worked. March 27, 2023 at 10:59 am #2584558 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In