Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › floating menu › Reply To: floating menu
October 30, 2013 at 12:55 pm
#2518

Keymaster
Not displaying social icons in the sticky header was intentional since my idea was to limit the sticky header to navigation only. Since it’s all CSS, the fix is easy. To display social icons in the sticky header, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the
#header.sticky .button.get-app, #header.sticky .social-container { display: block; } #header.sticky #primary-menu { margin-right: 100px; /* Do not overlap with socials */ }