change width of blackbird sub-menu

Discussion in 'BlackBird WordPress Theme' started by lacinda, Dec 16, 2012.

  1. lacinda

    lacinda New Member

    Joined:
    Nov 27, 2012
    Messages:
    2
    Likes Received:
    0
    How can I change the width of the navigation sub-menu? Currently it looks like it is set to 176px but I can't find where to change it.

    Thanks!
     
  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:
    #menu .ddsmoothmenu li li a{
    width:100px;
    }

    Adjust its value as per your requirements.
     

Share This Page