0
votes

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 this

http://i.imgur.com/yxblJ.jpg

When I do whitespace: pre, or any of the others they end up overlapping.

1
Can you give us your code? I can't extract it out of the image.Blender
Give the parent overflow: auto and see what happens.Blender

1 Answers

0
votes

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.