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 Quote 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; } Quote Link to comment https://forums.phpfreaks.com/topic/216525-css-inquiry/#findComment-1125081 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.