Copy link to clipboard
Copied
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
Add the following style rule after the original Bootstrap CSS
.team .col-lg-4 {padding: 0;}
Copy link to clipboard
Copied
Add the following style rule after the original Bootstrap CSS
.team .col-lg-4 {padding: 0;}
Copy link to clipboard
Copied
Thank you Ben
YOU ARE THE BEST !!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now