Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › social icons in sticky menu? › Reply To: social icons in sticky menu?
June 15, 2013 at 9:22 am
#952

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 ''; echo ''; }'; echo mo_get_sticky_site_title(); mo_populate_social_icons(); // inserted code for social icons get_template_part('menu', 'sticky'); // Loads the menu-sticky.php template. echo ''; echo '