Actually due to a bug in our template easy fixing this css issue is not easy.
Please leave your custom css code where it is, but also modify this file:
templates/gk_news2/css/tablet.css
and modify this declaration:
- Code: Select all
#gkMobileMenu {
color: #fff;
display: block!important;
font-size: 24px;
height: 39px;
line-height: 44px;
margin: 0px 0 0 0!important;
position: relative;
text-align: right;
width: 54px;
}
and this one:
- Code: Select all
#gkSearch {
border-left: none;
border-right: 1px solid #e5e5e5;
left: 33.333333%;
position: absolute;
top: -41px;
width: 25%;
}
Now the finall thing to fix missing bottom line under search box is to increase top bar with one pixel, to do so, please edit file
templates/gk_news2/css/menu/menu.css
and modify this declaration:
- Code: Select all
#gkTopNav {
height: 41px!important;
}