space above and below logo

Discussion in 'Blackriders WordPress Theme' started by stefan, Dec 3, 2014.

Thread Status:
Not open for further replies.
  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi,

    I want to make the space above and below the logo a bit smaller.
    Is that possible?

    thanks,
    Stefan
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_container {
    padding: 33px 0;
    }
    We have used 33px padding, you can decrease in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Thanks Yogesh!
     
Thread Status:
Not open for further replies.

Share This Page