Hi @thoughtsociety,
Thanks for writing in!
can you please try this HTML and let us know if that works!
<div class="row">
<div class="column" >
<img src="https://thoughtsociety.org/wp-content/uploads/2018/12/2018-12-11_09-01-49-150x150.png" alt="Forest" style= width="150" height="150">
<br>
<p> <font size="2"> Amazon is one of the greatest companies in the world.</p>
<br>
<a href="https://amazon.com"> Amazon </a>
</div>
<div class="column">
<img src="https://thoughtsociety.org/wp-content/uploads/2018/12/2018-12-11_09-01-49-150x150.png" alt="Forest" style= width="150" height="150">
<br>
<p> <font size="2"> Amazon is one of the greatest companies in the world.</p>
<br>
<a href="https://amazon.com"> Amazon</a>
</div>
<div class="column">
<img src="https://thoughtsociety.org/wp-content/uploads/2018/12/2018-12-11_09-01-49-150x150.png" alt="Mountains" style= width="150" height="150">
<br>
<p> <font size="2"> Amazon is one of the greatest companies in the world.</p>
<br>
<a href="https://amazon.com"> Amazon</a>
</div>
<div class="column">
<img src="https://thoughtsociety.org/wp-content/uploads/2018/12/2018-12-11_09-01-49-150x150.png" alt="Mountains" style= width="150" height="150">
<br>
<p> <font size="2"> Amazon is one of the greatest companies in the world.</p>
<br>
<a href="https://amazon.com"> Amazon</a>
</div>
</div>
<div style="clear: both;"></div>
This CSS to your theme option -> CSS
.column {
float: left;
width: 24%;
padding: 6px 6px 6px 6px; /* top, rt,bot,left */
border-width: 2px;
border-style:outset;
border-color: lightgrey;
margin:4px
}
Hope this helps!