My tab menus exit the page width
So I'm editting the CSS and the tab menu has a whitespace: nowrap property, which means it doesn't overlap but it ends up exiting the page. Setting the width of the tab menu itself does nothing even with !important and hierarchy CSS.
Looks like开发者_如何学Go this
http://i.imgur.com/yxblJ.jpg
When I do whitespace: pre, or any of the others they end up overlapping.
It looks like you are using a floated list. Can't be certain without looking a code, but you may need to either extend the width of the containing div or clear the float.
精彩评论