mobile - zurb foundation top navigation bar change breakpoint -


I want to get the top nav bar in the first menu by default by default on the foundation page because the lower ridge desktop screen But it does fall semi and neither in mobile view or full desktop view. I tried to modify the following line:

  @ media only screen and (minimum-width: 40.063em) {& lt; --- This is the line that I have changed. Top-Bar {background: # 333333; Zoom: 1; Overflow: visible; } ----- Many more rows -------------------------  

has done this work , As the bar fell again in the sizing, but the menus stopped working. Any ideas as to how I can accomplish this? Any help would be greatly appreciated, thanks (the way I am using the foundation 5)

I know this is an old question but if you have not yet received the answer, or for someone else who is looking at it ...

< P> It seems that you were far from the good start.

Line 1662 around

  @ media only screen and (minimum-width: 99 99px) {.top-bar {background: # 333333; Zoom: 1; Overflow: visible; }  

But you actually need to make changes to 2 additional locations.

line around 3714:

  meta.foundation-mq -perbar {font-family: "/ screen only (minimum-width: 99 99px) /" ; Width: 9999px; }  

About 1436:

  meta.foundation-mq-topbar {font-family: "/ screen only (and minimum-width: 99 99px) / "; Width: 9999px; }  

The full answer here is:

Hope this will be helpful!


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -