please help me
i found with firebud what i need to change to reduce the size of the header but i can’t find it in kleo’s css because it is an element.style.
from firebud:
<div id="undefined-sticky-wrapper" class="sticky-wrapper" style="height: 89px;">
<div class="navbar-header" style="line-height: 88px;">
<a href="http://lostincity.eu/" title="HOME" style="line-height: 88px;">HOME</a>
<div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin: -4px auto; background-color: rgb(0, 0, 0); padding: 0px; max-height: 800px; overflow: visible; height: 800px;">
i just found this in app.css
COPY CODE
.navbar-header, .kleo-main-header .navbar-collapse > ul > li > a:not(.cart-contents) {
line-height: 88px;
}
but if i put 40px and past it in kleo child editor nothing happen
thanks