[Support request] Sticky Copyright Footer

Home Forums Support [Support request] Sticky Copyright Footer

Home Forums Support Sticky Copyright Footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #342478
    Gio

    I am building a website and wish for the “Copyright Section” to remain at the bottom of the screen, always visible. Similarly, I wish to add social icons below the copyright line (in the same “Section” so that user/client may be able to access the social icons at all times (across all pages – to be exact.). Moreover, I would like to have a sticky/transparent header, so that, as the user/client scrolls down the pages the menu (or, to be precise, the main navigation menu remains at the top of the screen) allowing users access mid-way through the page.
    Thanks.

    #342491
    Leo
    Staff
    Customer Support
    #342734
    Tom
    Lead Developer
    Lead Developer

    For the sticky copyright area, try this:

    .site-info {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.