have you tried making your div to fill the horizontal space by setting it’s width to 100%? because normally if you set a block element with display: inline-block property it will wrap the content inside it.
div
display: inline-block