Content-Bottom Module Positions Disappear with Gantry Bootstrap
Posted 9 years 7 months ago
Hi,
Whenever I add the following to an article and attempt to assign a module to any of the Content-Bottom module positions, whatever is assigned to those module positions disappears. If I remove the Gantry-bootstrap code, the modules published to the content-bottom positions re-appears. I would like to have the 2 bootstrap columns in my article AND modules published to the content-bottom positions. How can I fix this to make it work?
Thank you!
Gantry Bootstrap code published in article:
<div class="gantry-width-block gantry-width-50">
<div class="gantry-width-spacer">
<h2 class="title">Who Can Join?</h2>
<p class="nomarginbottom"><a href="#">Staff</a></p>
<p class="nomarginbottom"><a href="#">Volunteers</a></p>
</div>
</div>
<div class="gantry-width-block gantry-width-50">
<div class="gantry-width-spacer">
<h2 class="title">What Can I Do Here?</h2>
<p class="nomarginbottom"><a href="#">This</a></p>
<p class="nomarginbottom"><a href="#">And this</a></p>
<p class="nomarginbottom"><a href="#">And, of course, this</a></p>
</div>
</div>
Re: Content-Bottom Module Positions Disappear with Gantry Bootstrap
Posted 9 years 7 months ago
These "gantry-width-block gantry-width-50 gantry-width-spacer" aren't Bootstrap code they're custom CSS classes that RocketTheme has created. If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
It makes our suggestions more accurate if we see the actual coding of your site.
This is especially important with RokSprocket as our templates carry an override folder to modify the native styling.