social icons in sticky menu? Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › social icons in sticky menu? Tagged: social icons, sticky menu This topic has 1 reply, 2 voices, and was last updated 11 years, 6 months ago by livemesh. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 13, 2013 at 6:05 pm #941 ccbreadMember hi, any suggestions on how to keep the social icons in the sticky menu? thanks! June 15, 2013 at 9:22 am #952 livemeshKeymaster 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 ' '; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Squash Theme Support’ is closed to new topics and replies.