Archived topic
Display links in footer in a column on mobile (no blocks)
3 replies · Started by registriran on March 25, 2023
Viewing posts 1–4 of 4
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
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/
Thanks, Leo, that worked.
No problem :)
This archived topic is closed to new replies.