I'm currently working on creating a layout that features a list of labels positioned at fixed percentage intervals. However, I am facing difficulty as I want these labels to move down onto separate lines if the page width is reduced in order to prevent overlapping:
| |<- 10% |<-20% |
label1 label2 label3
| | | |
label1
label2
label3
Despite my attempts using floats, spacer divs, and spans, I have been unable to achieve this. I am starting to think that it might be impossible due to how the rendering works.
Do you know if there is a solution to this issue or what other steps I could take? You can find my cleaned up template on jsfiddle.