Two column menu css fix?
-
My site is VirginiaBrideToday.com
The menu item “vendors” is too long and needs to go to 2, maybe 3, columns when you hover over it. I found this css fix which is along the lines of what I’m looking for, but doesn’t exactly work:
li#menu-item-913:hover ul { width: 300px; }
li#menu-item-913:hover ul li { width: 45%; float:left; }Can someone help me tweak that to work for my site?
- The topic ‘Two column menu css fix?’ is closed to new replies.