menubar: two rows of pagelinks

Discussion in 'BlackBird WordPress Theme' started by permaword, Jan 25, 2013.

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

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    Hello, how can I make the horizontal top menubar bigger so it fits two rows of pagelinks instead of one?
    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_wrapper {
    height: 100px;
    }
    @media only screen and (max-width: 767px){
    .menu_wrapper {
    height:0px;
    }}
     
    @media only screen and (max-width: 480px){
    .menu_wrapper {
    height: 0px;
    }}
     
    afreeth likes this.
  3. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page