Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1061930
    scottkwilson
    Participant

    Hi. I noticed on the integrity stack that the footer menu is placed above the footer content, as seen here: http://mervwilsonbuilder.stormwindcreative.com. This is ideal. On the icon stack, however, the footer menu appears below the footer content, shown here: http://courtenaysurgerycenter.stormwindcreative.com.

    How can I make the footer content appear below the footer menu on the icon stack?

    Thanks!

    #1062116
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    (function($) {
       $('.x-colophon.bottom .x-nav').insertBefore('.x-colophon-content');
    })(jQuery);

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1062292
    scottkwilson
    Participant

    That worked! Thanks!

    #1062625
    Jade
    Moderator

    You’re welcome.

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