[Support request] Move sidebar

Home Forums Support [Support request] Move sidebar

Home Forums Support Move sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1175866
    Steven Dylan Spitz

    On the homepage, is it possible to move the sidebar content below the posts? Thanks! No worries if it’s overly complicated

    #1176509
    Leo
    Staff
    Customer Support

    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 🙂

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