#170735
 LindaK816
Participant

Hi Radu – thank you for your reply! I removed all css and the toggle menu returned. Now I remember the initial problem was the toggle menu was displaying with a lot of white space around it and looked strange (see attachment). Laura helped me with some css overrides (see below) to fix that but perhaps it took the toggle away as well? The other problem with removing the overrides is my Message Box gets chopped (see box highlighted in red in uploaded screen shot) which I believe Laura provided the 2nd set of css overrides to fix that – see below:

/* from Laura 3-22-17 this will reduce padding right below logo area */
@media screen and (min-width: 800px) {
.kleo-main-header.header-centered {
height: 360px !important;
}
}
/* Laura 5-14-17 – Fix mobile header */
@media (max-width: 991px) {
.kleo-main-header.header-centered {
height: 0px !important;
}
.navbar-header {
height: auto !important;
}
.kleo-mobile-switch {
display: none !important;
}
.navbar-header {
height: initial !important;
}
img#logo_img {
display: none !important;
}
}

Thanks!
Linda

Log in with your credentials

Forgot your details?