Link to home
Start Free TrialLog in
Avatar of Molnár István
Molnár IstvánFlag for Romania

asked on

Make width larger for submenu in CSS

Hi, 


I would like to change the width of the sub-menu on my website from CSS:

http://acumulatorionline.gomag.ro/

PIN/CODE: 1234


User generated image
Thanks advanced

ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Molnár István

ASKER

Thanks very much, it worked !

My code is:
/*submenu fix*/
.main-header .drop-list .col {
  width: 376px !important;
}

Open in new window