html5 - Some bootstrap divs are overlapping with other bootstrap div -


i have created following layout bootstrap: demo

as can see 'if know more about...' div overlapped 4 small divs. can give me suggestions fix this? appreciated.

check code..

.more-info > div > div:nth-child(3) {     color: #8b8b8b;     font-family: calibrilight;     font-size: 18px;     padding: 0 139px;     letter-spacing: -0.3px;     line-height: 1.2;     margin-bottom: -42px; } 

you have added "margin-bottom:-42px". remove , check again. if want have part. include "padding-bottom: 42px". space remains same.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -