Hi,
I have a multiple lists which renders dynamically. I need all the lists to be shown in a single line.. I have tried the following
li.column_single{
float: left;
clear: none !important;
}
It was unsuccessfull and i need generic css to display all lists in a single line with width adjusted to the main container..