If you have divs or other block-level elements you can make them go alongside each other by giving them a width value & floating them in css.
eg:
.footer-widget {
width: 200px;
float: left;
}
If you have divs or other block-level elements you can make them go alongside each other by giving them a width value & floating them in css.
eg:
.footer-widget {
width: 200px;
float: left;
}