Archived topic
Move sidebar
1 reply · Started by Steven Dylan Spitz on February 24, 2020
Viewing posts 1–2 of 2
On the homepage, is it possible to move the sidebar content below the posts? Thanks! No worries if it's overly complicated
Hi there,
Give this CSS a shot:
.home .site-content {
display: flex;
flex-direction: column;
}
.home .content-area, .home .sidebar {
margin: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
This archived topic is closed to new replies.