Social Icons in header Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Social Icons in header This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by livemesh. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 4, 2013 at 6:44 pm #2601 marko3939Member Hi, great theme! I want to make the social icons in the header stick when scrolling down the page. How would I go about doing this? thanks November 5, 2013 at 1:23 pm #2613 livemeshKeymaster 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 /custom/custom.css file. Thanks – #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; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Appdev Theme Support’ is closed to new topics and replies.