I recently experimented with using the particle ground plugin in my latest project.
Unfortunately, I am encountering an issue with the vertical alignment of the content inside.
You can view an example of this problem on jsfiddle.
<div id="particlebg">
<div class="container">
<div class="row">
<div class="col-sm-12 home-title">
<h1>An illustration of vertical alignment</h1>
<h3>An illustration of vertical alignment</h3>
<button class="btn-lg btn-alt">Download</button>
</div>
</div>
</div>
</div> <!-- end #particlebg -->
If anyone has a solution or suggestions on how to address this issue, please let me know.
Your help is greatly appreciated. Thank you in advance!