Changing width of submenu box

Discussion in 'ReThink WordPress Theme' started by selfmade, Feb 21, 2015.

  1. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    hi, when i hover over my main navigation bar to reveal the sub menu, the sub menu is displayed at only half the width of the main menu. How can I get it to display at full width ? thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please provide us URL of your website.

    Thanks,
    Praveen
     
  3. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    headphonesforworkingout.com , thanks.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.sub-menu li a {
    width: 204px !important;
    }
    Thanks,
    Praveen
     

Share This Page