Social Icons in header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2601
    marko3939
    Member

    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

    #2613
    livemesh
    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 /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;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.