Submenu_Account
This thread is over 4 months oldThe content and issues discussed here maybe out of date or inaccurate.
Check you are running the
latest version of your PremiumPress theme then look for a more recent forum post or submit a
support ticket.
-
offline
Martin
Posted 1 year ago
Looking for some css help on this one. Submenu_Account seems to be 2px shorter than it should be in comparison to the main menu bar but I cant work out where its generate from. I have a feeling its css.framwork.css but I can find anything saying 958px.
Any ideas?
Link here - http://classifieds.derrylife.co.uk/submit/
-
offline
Martin
Posted 1 year ago
Bump for the dayshift.
-
offline
Bill
Posted 1 year ago
Remove the border around the UL, 2px comes from Left and Right one px border. and the width is set to 100%.
So Menu UL width is 100% + 2px
#megaMenu ul.megaMenu {
background-color: #222222;
border: 1px solid #222222; /* <--------- REMOVE THIS LINE -------->
}
Bill.