Blackbird menu/navigation bar height

Discussion in 'BlackBird WordPress Theme' started by jfairlie, May 21, 2014.

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

    jfairlie Guest

    Joined:
    Apr 15, 2014
    Messages:
    5
    Likes Received:
    1
    Hello, is it possible to reduce the height size of the navigation bar to make it appear thinner?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     div.menu_wrapper {
    height: 44px;
    }
    #menu li a {
    line-height: 14px;
    }
    .top-search .searchform{
    margin-top:7px;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
    jfairlie likes this.
  3. jfairlie

    jfairlie Guest

    Joined:
    Apr 15, 2014
    Messages:
    5
    Likes Received:
    1
    Hi Gourav. Thanks so much - that's perfect.
    James
     
Thread Status:
Not open for further replies.

Share This Page