Avatar joseph.stern asked

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?

  • Warp Theme
  • Bug Report
  • Nano2

7 Answers

2

Avatar francis.ganon answered

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

1

Avatar ross.gile answered

Yep - I'm getting the same thing. There is no headerbar in the mobile version. Did you hear back from Yootheme on this?

1

Avatar kahani answered

I am getting the same problem. Hopefully someone can address this and suggest a solution.

0

Avatar david.henry answered

Looking to also show a scaled down version on the mobile version, is it possible?

0

Avatar oystein.thune answered

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;}
}

Know someone who can answer? Share a link to this question via email or twitter.