Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Social Icons in header › Reply To: Social Icons in header
November 5, 2013 at 1:23 pm
#2613
Keymaster
Glad you like the theme 🙂 You can do this by inserting the following CSS into Custom CSS tab in the Theme Options panel or the
#header.sticky .social-container { display: block; top: 10px; }
You may need to set aside some space for it too so that menu and social icons do not overlap –
#header.sticky #primary-menu { margin-right: 200px; }