Hello, I've added a search bar on top of the header-right position.
Homepage: http://gator4199.hostgator.com/~lgt2015/
The problem is that this search module disappears on smaller resolution. I would like to keep it all the time.
Thank you,
Regards
#gkHeaderModules {
position: relative !important;
}
this search module disappears on smaller resolution. I would like to keep it all the time.
@media only screen and (max-width:640px) {
#gkHeaderLeft, #gkHeaderRight {
display: block !important;
}
#gkHeaderLeft {
float: left;
height: auto;
width: 50%;
}
#gkHeaderRight {
float: right;
position: relative;
right: 10px !important;
}
#gkBreadcrumb {
margin: 0 !important;
}
}
@media only screen and (min-width:640px) and (max-width: 840px) {
#k2SearchBlockform {
display: block !important;
}
#gkHeaderRight {
display: none;
}
#gkHeaderLeft {
display: block !important;
width: 100%;
}
}
#gkHeaderRight {
display: none;
}
/*
#gkHeaderRight {
display: none;
}
*/
#gkHeaderModules {
position: relative;
}
#gkHeaderRight {
bottom: auto;
display: block;
position: relative;
right: auto !important;
width: 100%;
}
Template.css:20
#gkHeaderNav {
padding: 20px 0 0 0;
}
Note: I must have adjusted the margin of the search module too to pull it up further.
#gkHeaderNav {
height: 50px;
}
#gkBg {
min-height: 512px;
}