I tried this but it messes up the other module under it. Ideally the CSS wouldn't be destructive for the other module.
- Code: Select all
/* Header Wrapper height */
#gkIs-gk-is-784.gkIsWrapper-gk_university {
min-height: 826px;
}
Thank you
/* Header Wrapper height */
#gkIs-gk-is-784.gkIsWrapper-gk_university {
min-height: 826px;
}
@media only screen and (min-width:640px) and (max-width: 840px) {
#k2SearchBlockform {
display: block !important;
}
/*
#gkHeaderRight {
display: none;
}
*/
#gkHeaderLeft {
display: block !important;
width: 100%;
}
}
@media only screen and (min-width:641px) and (max-width: 840px) {
/* Header Wrapper height */
#gkIs-gk-is-784.gkIsWrapper-gk_university {
min-height: 826px;
}