Essentially, the 3 images shown on the above page I would like to have side by side in a grid like option. I thought of adding a table for this to occur but the table option has been coded / formatted to be the same on everypage and unfortunately this formatting does not suit the requirements of this page.
Any advice on how to do implement this grid option would be greatly appreciated.
<div class="page-content">
<h1>Liteboat Recreational Boats</h1>
<div class="rte">
<p>Liteboat's Recreational boats are very stable, lightweight and easy to use. Available now from Sykes, Liteboat's range of hulls allow you to row on all types of water.</p>
<p>Liteboat's Recreational Boat Range:</p>
<div class="grid">
<div class="grid__item small--one-whole one-third">
<p><strong>LiteSPORT 1X</strong></p>
<img src="https://cdn.shopify.com/s/files/1/1096/2066/files/recreational-litesport-1x.png?v=1568068028" />
<p>Stable, lightweight and easy to use.</p>
</div>
<div class="grid__item small--one-whole one-third">
<p><strong>LiteRIVER</strong></p>
<img src="https://cdn.shopify.com/s/files/1/1096/2066/files/recreational-literiver.png?v=1568067980" />
<p>Lightweight pleasure skiff, ensuring fun, speed and stability.</p>
</div>
<div class="grid__item small--one-whole one-third">
<p><strong>LiteSPORT+</strong></p>
<img src="https://cdn.shopify.com/s/files/1/1096/2066/files/Recreational-litesport.png?v=1568068003" />
<p>Streamlined hull, easy to handle, fast on all kinds of water.</p>
</div>
</div>
<p>Want to trial a boat? Simply complete your details below.</p>
</div>
</div>
I assume that the solution included some classes from the original poster’s existing theme. You are posting into your page using classes that might not have CSS assigned to them.