Archived topic
Change order of Footer widgets in mobile view
7 replies · Started by Blake on January 16, 2020
Hi there,
I'd like to be able to reorder my footer widgets in mobile view. I've attached an image to show the desired order. I'm simply moving the social media icons to the top of the mobile footer.

Any help is greatly appreciated.
Best,
Blake
Hi Blake,
Try this CSS:
.inside-footer-widgets {
display: flex;
flex-direction: column;
}
.inside-footer-widgets .footer-widget-3 {
order: -1;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks so much, Leo!
No problem :)
Thanks, Leo! Can you take a look at something real quick? I posted a question about this a few days ago, but haven't gotten a reply.
I'd love to show this purple header above the page title. Is that possible?

Best,
Blake
Hmm not seeing a topic for that:
https://generatepress.com/forums/users/blakeferm/topics/
If not can you open a new one and I can take a look right away?
My apologies, Leo if that ticket didn't go through.
I would very much appreciate a new ticket for this query.
Best,
Blake
Can you just open a new topic as you've done previously?
Much easier for us to track issues this way.
Then I'll answer it ASAP :)