Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

IMG Responsive with no Margin

New Here ,
Apr 03, 2017 Apr 03, 2017

Hello,

when i add the class img-responsive i receive automatically an margin on every picture on the right and left side. But i want that the pictures are 100 %

How can i do that ??

<div class="row team">
  <div class="col-lg-4"><img src="pictures/team-01.jpg" class="img-responsive" alt="Placeholder image"></div>
  <div class="col-lg-4"><img src="pictures/team-02.jpg" class="img-responsive" alt="Placeholder image"></div>
  <div class="col-lg-4"><img src="pictures/team-03.jpg" class="img-responsive" alt="Placeholder image"></div>
</div>

Greetings

Stefan

465
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 03, 2017 Apr 03, 2017

Add the following style rule after the original Bootstrap CSS

.team .col-lg-4 {padding: 0;}

Translate
Community Expert ,
Apr 03, 2017 Apr 03, 2017

Add the following style rule after the original Bootstrap CSS

.team .col-lg-4 {padding: 0;}

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 03, 2017 Apr 03, 2017
LATEST

Thank you Ben


YOU ARE THE BEST !!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines