Hey there,
I am really sorry for the delay of this reply as it is a weekend for us here.
It seems like your JSN template custom these CSS in this file and causign the issue
JoomlaFolder/templates/jsn_time_pro/css/custom2.css
div#fd.eb.w480 .eb-mod-thumb.is-left {
float: left !important;
margin-right: 15px !important;
}
.eb-mod-title {
height: 30px;
margin bottom: 7px;
display: block;
}
If you check my attached screenshot below and I switch to use Joomla default Protostar template, it will show as first screenshot. If I switch back to use your JSN template and remove above custom css code from that file, it will show correctly, you can refer on my second attached screenshot below.
It would be best if you can consult with your JSN template provider regarding this.