How do I change the distance from the top of this Financial Business template?
#gk-top {margin-bottom: ___px} for instance.
#gk-top { margin-top: 5px; }
margin: 40px 60px 10px 10px;
margin: 5px 0 0;
-top: 5px
-right: 0
-bottom: 0
-left: 0
#gk-top { margin-top: 5px; }
#gk-top { margin-top: 5px; margin-bottom: 20px}
#gk-top: {margin: 5px 0 20px;}