Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #276272

    mrivanp
    Participant

    How can i get a fixed footer such as the one on this page?
    http://www.modulusmusicstudios.com/

    #276381

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    You could check the link below for sticky footer.

    https://theme.co/x/member/forums/topic/sticky-footer-2/

    Hope it helps.

    Thanks.

    #276419

    mrivanp
    Participant

    Okay. and then how do i actually set whats in the footer?

    #276558

    Friech
    Moderator

    Hi There,

    Not sure what do you mean there, please clarify. If it is adding an element/widget on the footer, please navigate to Appearance > Widgets from there you would see an Footer 1 to Footer 4 sidebars, depend on how many footer sidebar you enabled. Just drag any widgets from left side to any of those footer sidebars.

    Thanks!

    #276657

    mrivanp
    Participant

    This doenst work – the footer is not sticky. Are you sure this is supported? i read somewhere else that sticky footers are not supported on x

    #276685

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-colophon.bottom { 
       position: fixed;
       width: 100%;
       bottom: 0;
    }

    Hope this helps – thanks!