Any feedbacks, reviews, suggestions appreciated:
Nice
!
It’s weird that the box shrinks on wider screens though
. Maybe you can remove the col-md-6, then remove the empty div.col-md-3 before it.
1 Like
Thanx for the reply! What do you suggest instead of col-md-xx then? @kevcomedia
You can just settle for col-xs-12. Then you’ll have to remove the empty <div> before it.
As a side note, if you have to offset a column, use Bootstrap’s offset classes instead of making empty <div>s.
1 Like
done it. Used offset class and removed empty <div>s.