[Resolved] Setting the location for navigation and copyright in the footer

Home Forums Support [Resolved] Setting the location for navigation and copyright in the footer

Home Forums Support Setting the location for navigation and copyright in the footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1200137
    Timo

    Hi!

    I have placed a navigation bar in my footer (Navigation Menu widget).

    The footer also has a copyright text and links to privacy page:

    %copy% %current_year% Website<br><br> <small>Terms/Condition & Privacy Policy</small>

    I would like to place this information centered, on top of each other, so that the navigation comes first, then the copyright/privacy information is below the navigation.

    I took the copyright code from Layout > Footer. However, it didn’t generate the copyright correctly, when I placed the content into a Custom HTML widget (it just showed these bits as-is: %copy% %current_year%).

    Ideas?

    Cheers,
    Timo

    #1200218
    David
    Staff
    Customer Support

    Hi there,

    could you provide a link to the site where i can see the Footer nav and copyright in place, should be simple enough to fix with some CSS

    #1200291
    Timo
    #1200300
    David
    Staff
    Customer Support

    Add this CSS to your Site:

    .footer-bar, .copyright-bar {
        float: none !important;
    }
    
    .footer-bar .widget {
        text-align: center;
    }
    #1200680
    Timo

    Thank you!

    #1200687
    David
    Staff
    Customer Support

    You’re welcome

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