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

#236409
srisri
Participant

You can use the below code:
li:nth-child(6) a, li:nth-child(7) a {
float: left;
}