papillonstudios Posted October 22, 2010 Share Posted October 22, 2010 I was wondering if I can get each item in a list to only use "1 line" ex of what i dont want: I want that one that is on two lines to take up only one. if you get what i asking Link to comment https://forums.phpfreaks.com/topic/216525-css-inquiry/ Share on other sites More sharing options...
Colton.Wagner Posted October 22, 2010 Share Posted October 22, 2010 Add this to they div you are putting those into. { white-space: nowrap; overflow: visible; } Link to comment https://forums.phpfreaks.com/topic/216525-css-inquiry/#findComment-1125081 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.