Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1120448
    angeloedades
    Participant

    Hi,

    Is this the recommended way to have a sticky footer for the icon stack?

    I have the following on the global CSS:

    footer {
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
    }

    If it is not, could someone tell me what the recommended way to do it?

    #1120772
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    footer {
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
    z-index:1030;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1120448 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>