Adjust amount of white space under social media/search bar

Discussion in 'GoldenEagle WordPress Theme' started by ashleygaines, Apr 21, 2013.

  1. ashleygaines

    ashleygaines New Member

    Joined:
    Apr 15, 2013
    Messages:
    7
    Likes Received:
    0
    Hi! Please let me know how to do the following: I want to decrease the amount of white space beneath the social media icons and the search bar and above the dashed line.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .top-search .searchform{
    margin-bottom:10px;
    }
    Adjust its value as per your requirements.
     

Share This Page