[Resolved] Merge Secondary Navigation with Footer

Home Forums Support [Resolved] Merge Secondary Navigation with Footer

Home Forums Support Merge Secondary Navigation with Footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1529157
    Chitika

    Currently I have the secondary navigation above the footer element. Just where the copyright notice is here.
    I would like to merge this with the footer, so I have “copyright notice” on the left hand side , and the secondary navigation aligned to the right.

    #1529159
    Leo
    Staff
    Customer Support

    Hi there,

    That would require a custom solution unfortunately as there nothing built-in for it.

    Have you considered using a footer menu instead?
    https://docs.generatepress.com/article/footer-bar-widget-area/#adding-a-footer-menu

    #1529236
    Chitika

    Okay.

    If that’s not possible, can I add a menu to the copyright footer.
    Just like this – https://bloggingden.com/
    As we see at the bottom.

    #1529568
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(min-width: 769px) {
        .inside-site-info {
            display: flex;
            padding: 0 20px;
        }
        .copyright-bar {
            order: -1;
            margin-right: auto;
        }
    }
    #1534049
    Chitika

    Thanks. I just used the footer widget area align left to show my pages on the left and copyright area on the right.

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