Reply To: floating menu

#2518
livemesh
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 /custom/custom.css file –

#header.sticky .button.get-app, #header.sticky .social-container {
display: block;
}
#header.sticky #primary-menu {
margin-right: 100px; /* Do not overlap with socials */
}