Please try this code instead of the display:inline-block;
and just add float:left
.
.homissync>div {
display: block;
float: left;
}
4
solved online div not side by side
Please try this code instead of the display:inline-block;
and just add float:left
.
.homissync>div {
display: block;
float: left;
}
4
solved online div not side by side