Posts by akaziga • 36 points
2 posts
-
0
votes1
answer59
viewsA: Dropdown goes blank with Bootstrap
Assuming the bootstrap is 3.3.7 the solution is the following, I made fiddle, just add some classes to certain elements. https://jsfiddle.net/vg9zxcad/ NOTE: html needs some changes to get properly…
-
2
votes1
answer5096
viewsA: Space between Ivs
Just in the css file put display: block in the img tag of the banner class: div.banner img { width: 100%; display: block; }