If you haven't added your module yet go to module manager and click on add new and select custom html module and assign module position suitable for you.
Please either select no editor in global configurations or use source mode in your editor to see proper html codes.
Following is the html code. I have added an extra item and changed span4 to span3 so each box gets around 22% width and fits in one line.
- Code: Select all
<div class="container-fluid">
<div class="row-fluid">
<div class="span3 gk-demo-content"><img src="templates/meet_gavern/images/content/joomla30.png" alt="Free Joomla! 3.0 Template" />
<h2>Free Joomla! 3.0 Template</h2>
<p>This is our first and free template built especially for Joomla 3.0. Want to know more about Joomla 3.0?</p>
<a class="btn btn-large" href="http://www.joomla.org/3/">Read more</a>
</div>
<div class="span3 gk-demo-content"><img src="templates/meet_gavern/images/content/gavern_plus_bootstrap.png" alt="Gavern + Bootstrap" />
<h2>Gavern + Bootstrap</h2>
<p>Meet Gavern is based upon a brand new version of the Gavern Framework which features built-in support for Bootstrap</p>
<a class="btn btn-large" href="index.php/template/content/single-article">Read more</a>
</div>
<div class="span3 gk-demo-content"><img src="templates/meet_gavern/images/content/responsive_design.png" alt="Responsive Web Design" />
<h2>Responsive Web Design</h2>
<p>Joomla! 3.0 and Gavern Framework are prepared to support Responsive Web Design</p>
<a class="btn btn-large" href="http://gavick.com/magazine/responsive-web-design-necessity-or-fashion.html">Read more</a>
</div>
<div class="span3 gk-demo-content"><img src="templates/meet_gavern/images/content/responsive_design.png" alt="Responsive Web Design" />
<h2>My Fourth Box</h2>
<p>Joomla! 3.0 and Gavern Framework are prepared to support Responsive Web Design</p>
<a class="btn btn-large" href="http://gavick.com/magazine/responsive-web-design-necessity-or-fashion.html">Read more</a>
</div>
</div>
</div>
Notice each box is wrapped in below code.
- Code: Select all
<div class="span3 gk-demo-content"><img src="templates/meet_gavern/images/content/responsive_design.png" alt="Responsive Web Design" />
<h2>My Fourth Box</h2>
<p>Joomla! 3.0 and Gavern Framework are prepared to support Responsive Web Design</p>
<a class="btn btn-large" href="http://gavick.com/magazine/responsive-web-design-necessity-or-fashion.html">Read more</a>
</div>
If you are missing css codes from meet gavern then let me know I ll check which css you need.
See you around...