Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2944
    d33d3345
    Member

    I added my logo and removed the search bar.

    How to i reposition the social networks icons?

    http://socialmediasuperfriends.com/

    Regards,

    John

     

    #2945
    d33d3345
    Member

    And remove the space above and below the logo graphic???

    #2959
    Sakin
    Keymaster

    Hello John,
    You can add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.

    /* To reposition the social networks icons */
    #header .social-search {
    margin-top: 40px; /* Change this top margin as you like it*/
    }

    /* To remove the space above the logo graphic */
    #header .logo-wrap {
    margin-top: 54px; /* Change this top margin */
    }

    /* To remove the space below the logo graphic */
    #header #mainmenu {
    margin-top: 40px; /* Change this top margin */
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to reposition social network icons in header?’ is closed to new replies.