Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to Wrap to elements using css Reply To: How to Wrap to elements using css

#236320
Paulie_D
Member

If by ‘wrap’ you mean “enclose in another element”…you can’t do that with CSS.

You can change the layout though for specific list items…

http://codepen.io/Paulie-D/pen/LGxzPY

Frankly, I can’t think of a use case for this…are you trying to do some kind of submenu? If so, you’re going about it the wrong way.