In my cloudHost theme , I want to reduce the "gk-menu-wrap" header height!
If i inspect the css i saw the top-bar height in css :
- Code: Select all
#gk-top-bar, #gk-menu-wrap #gk-top-bar {
background: #3c99df;
height: 53px; // thissss
line-height: 53px;
overflow: hidden;
-webkit-transition: all .35s linear;
-moz-transition: all .35s linear;
-ms-transition: all .35s linear;
-o-transition: all .35s linear;
transition: all .35s linear;
}
but don't found the "gk-menu-wrap" height inside css.
where is the best way to insert inside override.css for reduce this height?
I don't want to insert manual height for responsive visualization problem .
Thanks in advance !