Bootstrap class in form template

twscott

Member
Hi,
I put the following code into the form template -- default_group.php
----------------------------------------------------------------
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4?> image </div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4?> image </div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4?> image </div>
</div>
---------------------------------------------------------------
but the result shows 3 rows instead of one. Can you tell me what is wrong with the code?
Thanks

Best regards
 
Thanks Hugh.
As I know, I am just using joomla 3.5 default bootstrap, so it is Bootstrap v2.3.2.
And I am now trying to upgrade it to bootstrap3.
My problem haven't solved yet, still finding if I something is wrong to my upgrade.

Some of the module I installed before they use bootstrap3 classes, I thought my site was in bootstrap3 now. I have no idea why in Fabrik and files in \media\jui\css just show the site is in Bootstrap v2.3.2.

Thanks again for your help
Best regards
 
Back
Top