Headerbar position not displayed on responsive/mobile version.
As of now, it seems the headerbar position in Nano2 does not get displayed at all in the responsive version on mobiles. Is this intended for now or will this be fixed?
As of now, it seems the headerbar position in Nano2 does not get displayed at all in the responsive version on mobiles. Is this intended for now or will this be fixed?
Hope this is what you're asking...
The headerbar position is set to be hidden (by default) in the responsive.css.
/* Only Phones */
@media (max-width: 767px) {
#header { border-bottom-width: 0; }
#toolbar,
#headerbar,
#menubar,
#breadcrumbs,
#totop-scroller { display: none; }
}
Edited
Yep - I'm getting the same thing. There is no headerbar in the mobile version. Did you hear back from Yootheme on this?
I am getting the same problem. Hopefully someone can address this and suggest a solution.
Same problem here. Also waiting for advice on this.
Looking to also show a scaled down version on the mobile version, is it possible?
I'm sure it's a better way but I put the logo in a div class=logo (or else it will show twice) and headerbar to standard display:
@media (max-width: 767px) {
#headerbar { display: inline; }
div.logo {display:none;}
}
Foundation Review course for USMLE Step 1 and USMLE Exams.
Know someone who can answer? Share a link to this question via email or twitter.