HTML5 Image Enhancer Support Product Page
Answered
Images not centering correctly in Bootstrap 3
Asked 21 Feb 2014 03:47:07
1
has this question
21 Feb 2014 03:47:07 David Slentz posted:
A row of three images are not centering correctly. I'm using Image Enhancer and Bootstrap 3. I have added the classes -- class="img-responsive img-centering dmxHTML5ImageEnhancer" -- but this does not seem to work.Here is my url: dm-webcreation.com/airpyramid/
Replies
Replied 21 Feb 2014 10:11:46
21 Feb 2014 10:11:46 Teodor Kuduschiev replied:
Hello,
Your images have the following classes applied:
In order to be centered they need to have the "center-block" class applied... You can easily add this class using Bootstrap 3 Elements.
Your images have the following classes applied:
class="img-responsive dmxHTML5ImageEnhancer"
In order to be centered they need to have the "center-block" class applied... You can easily add this class using Bootstrap 3 Elements.
Replied 21 Feb 2014 19:41:34
21 Feb 2014 19:41:34 David Slentz replied:
Thanks. That worked.