Hey Gareth,
Not sure what you mean by Pic 1 to 4. I believe those are screenshots that weren’t uploaded?
Anyway, if you’re referring to editing the images under the Explore our rooms headline, you should not switch to Rich Text mode as the Rich Text editor will format it inserting p
tags and wrapping inline elements such as links.
Below is the unmodified HTML of the B n B demo. Paste it in the Text element to go back to the original layout. Remember not to use the Rich Text editor for this case. To be safe, use a Raw Content element as that doesn’t have a Rich Text editor.
<div class="x-bnb-image-grid">
<a href="http://demo.theme.co/bed-and-breakfast-v2/accommodations/murphy-standard/">
<span class="bg"><img src="http://dev-pro2.pantheonsite.io/wp-content/uploads/bg-standard-2.jpg" style="height: 100%;width: auto !important"></span>
<div>
<span>Murphy Standard</span>
<small>From $149 a Night</small>
</div>
</a>
<a href="http://demo.theme.co/bed-and-breakfast-v2/accommodations/murphy-exclusive/">
<span class="bg"><img src="http://dev-pro2.pantheonsite.io/wp-content/uploads/bg-exclusive-2.jpg" style="height: 100%;width: auto !important"></span>
<div>
<span>Murphy Exclusive</span>
<small>From $289 a Night</small>
</div>
</a>
</div>
-----------------------------------------------------------------------------------
If that is not the issue, please give us the URL of the page and login credentials to your WordPress Admin in a Secure Note
Thanks.