DMXzone Bootstrap 3 Support Product Page
Not a problem
Code not responding as wanted
Reported 9 years ago
1
has this problem
9 years ago 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 9 years ago
9 years ago 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 9 years ago
9 years ago walter napoleon replied:
Replied 9 years ago
9 years ago 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 9 years ago
9 years ago 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/