Sub menu width

Discussion in 'Squirrel WordPress Theme' started by iaebris, Mar 6, 2013.

  1. iaebris

    iaebris Guest

    Joined:
    Feb 4, 2012
    Messages:
    4
    Likes Received:
    0
    How can I modify sub menu width?

    I'm tried find CSS code, but it's applied directly, not in CSS file.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu .ddsmoothmenu li ul li:last-child {
    width: 80px;
    }
    #menu .ddsmoothmenu li ul li:last-child a {
    width: 50px;
    }
    This will solve your problem.
     

Share This Page