Just remove float left from the below css, and you’re done…
#services-list > li{
float: none;
}
solved how to force list items to go to differents rows?
Just remove float left from the below css, and you’re done…
#services-list > li{
float: none;
}
solved how to force list items to go to differents rows?