social icons in sticky menu?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #941
    ccbread
    Member

    hi,
    any suggestions on how to keep the social icons in the sticky menu?
    thanks!

    #952
    livemesh
    Keymaster

    If you are happy with donating some space to the social icons in the sticky menu, it is quite easy to achieve this. Paste the following CSS into Custom CSS panel in theme options –

    #sticky-menu {
    float: left;
    }
    
    #sticky-menu-container .social-container {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    }
    

    and make the following one line code change in {theme directory}/framework/extensions/framework-extender.php and you are done!

        function display_sticky_menu() {
            echo ' ';
        }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.