I've been changing the module called 'Documentation' which features a document-style icon animate in from the right. Through changing the text, I've accidentally lost some of the formatting that made this work properly, and now the icon sits too close to the text. In the demo, it looks like this:
And now, it looks like this:
Here's the current code of the module:
- Code: Select all
<div>
<h3>Online Billing</h3>
<p>In 2014, we launched our online billing system so paying for our work is one less headache. With your unique username and password, you can see your invoices and pay your bill online in seconds.</p>
<div class="gkCols" data-cols="2">
<div>
<h4>Pay Online</h4>
<p>We accept payment by PayPal online, and can accept BACS (bank transfer), cheque and cash.</p>
</div>
<div>
<h4>Invoice Management</h4>
<p>View and download your invoice history from your online account.</p>
</div>
</div>
</div>
<p><img src="images/demo/style1/documentation.svg" alt="Documentation - image" width="291" height="352" data-fallback="images/demo/style1/documentation.png" data-styles="true" data-scrollreveal="enter right and move 100px over 0.66s" /></p>
Any anybody help me work out what I've done wrong? I think it's something to do with where those DIV markers are placed, but I can't work it out.
Thanks,
- Adam.