DMXzone Bootstrap 3 Support Product Page
  Not a problem 
 Code not responding as wanted
 Reported  19 Apr 2016  21:01:42 
  1 
     has   this problem  
  19 Apr 2016  21:01:42 walter napoleon posted: 
 I put 3 boxes col-lg-3 with images 100% and they not appear inline. I have this problem frequently.He also shows offset-1 although I dont want.
This is the code
Replies
 Replied 19 Apr 2016  21:02:29 
   19 Apr 2016  21:02:29 walter napoleon replied: 
  This is the code:
<div class="row">
<div class="col-lg-3 col-md-3 col-md-offset-1 col-sm-4 col-xs-6 col-xs-offset-2" > <img src="tm_mechelen/images/shoulder.jpg" alt="" name="image" width="100%" /><br /><br /></div>
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-6 col-xs-offset-2 "> <img src="tm_mechelen/images/oil2.jpg" alt="" name="image" width="100%" /><br /><br /></div>
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-6 col-xs-offset-2 "> <img src="tm_mechelen/images/foot1.jpg" alt="" name="image" width="100%" /><br /><br /></div>
</div>
  <div class="row">
<div class="col-lg-3 col-md-3 col-md-offset-1 col-sm-4 col-xs-6 col-xs-offset-2" > <img src="tm_mechelen/images/shoulder.jpg" alt="" name="image" width="100%" /><br /><br /></div>
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-6 col-xs-offset-2 "> <img src="tm_mechelen/images/oil2.jpg" alt="" name="image" width="100%" /><br /><br /></div>
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-6 col-xs-offset-2 "> <img src="tm_mechelen/images/foot1.jpg" alt="" name="image" width="100%" /><br /><br /></div>
</div>
 Replied 19 Apr 2016  21:05:23 
   19 Apr 2016  21:05:23 walter napoleon replied: 
    Replied 20 Apr 2016  07:41:38 
   20 Apr 2016  07:41:38 Teodor Kuduschiev replied: 
  Hello,
this is how you generated the grid ... the extension does not place any offsets without your interaction.
I am pretty sure you'd like your divs to be:
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">
also remove the width from the image and use the class="img-responsive" applied to it instead.
 
  this is how you generated the grid ... the extension does not place any offsets without your interaction.
I am pretty sure you'd like your divs to be:
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">
also remove the width from the image and use the class="img-responsive" applied to it instead.
 Replied 20 Apr 2016  20:47:03 
   20 Apr 2016  20:47:03 walter napoleon replied: 
  Thank you for your quick reply.
Now I have a very satisfying result by defining the offset even if it is 0.
This is the result:
webcrea.be/thaimassage_mechelen/
  Now I have a very satisfying result by defining the offset even if it is 0.
This is the result:
webcrea.be/thaimassage_mechelen/
