Community Forums › Forums › Archived Forums › Design Tips and Tricks › Theme Sixteen Nine – Fixed Navigation Problems
Tagged: css, navigation, Sixteen Nine
- This topic has 9 replies, 4 voices, and was last updated 11 years ago by
matt klein.
-
AuthorPosts
-
April 13, 2014 at 1:30 pm #100078
Nick_osprey
MemberHello,
Hopefully someone can help me here. My navigation has become to large for smaller screens before it reaches mobile responsive state, I want the navigation to scroll down to show the remaining navigation, footer and widget area. I've tried to use "overflow: auto;" but this causes a problem for with the sub navigation not floating above the main content.
This may be a simple fix that i'm not noticing?
April 13, 2014 at 4:29 pm #100101Lauren @ OnceCoupled
MemberNick, can you provide your site link? It's not fully clear what is happening from your explanation.
Best,
Lauren
We create mobile-first, PageSpeed-optimized, pixel-perfect custom themes! https://www.oncecoupled.com
April 14, 2014 at 3:11 am #100140Nick_osprey
MemberApril 14, 2014 at 7:03 am #100169Lauren @ OnceCoupled
MemberSorry Nick, I'm still not understanding the problem. It sounded like your navigation might be have been cutting off links or something, but it seems OK to me? In general, your mobile site is a little funky (your content seems to shrink as it goes on) but the navigation seems to fit the rest of your page. If it's still not correct and you need assistance with it, maybe you can try to explain it in a different way?
We create mobile-first, PageSpeed-optimized, pixel-perfect custom themes! https://www.oncecoupled.com
April 14, 2014 at 8:10 am #100175Nick_osprey
MemberMy client's screen is not widescreen, which seems to cut off the navigation. I have attached a link to the screenshot i was given. As you can see it cuts off the widget areas and footer, also as it's a fixed element it will not let them scroll to see the end of the header.
http://ospreydevelopment.co.uk/wp-content/uploads/2014/04/Screen-Shot-2014-04-14-at-15.05.11.png
Hope thats is explained a little better?
April 14, 2014 at 1:54 pm #100267Lauren @ OnceCoupled
MemberThat clarifies a lot Nick, thanks. I thought we were talking about screen width, but what you're referring to is actually screen height, which I didn't check.
My suggestion would be to do a height-based media query, and decrease the size of your links when the screen is too small, or collapse into a hamburger menu, as you do for mobile devices.
Others may be able to give you alternative solutions. 🙂
We create mobile-first, PageSpeed-optimized, pixel-perfect custom themes! https://www.oncecoupled.com
April 14, 2014 at 3:32 pm #100301matt klein
MemberI am having the same problem. The content and sidebar will scroll down, but the header/footer on left will not, so there is no way to access menu items.
April 14, 2014 at 3:53 pm #100305matt klein
MemberThis was posted on another thread and fixed the problem, thanks to Robin, assuming it is the same problem. http://www.studiopress.community/topic/fixed-sidebar-in-sixteen-nine-theme/
April 21, 2014 at 9:18 am #10165084thand3rd
MemberHi Nick and Matt,
I had the same issue - caused by a 'sticky navigation' setting and resolved it by changing
position: fixed;
to
position: static;
under the section labeled:
.site-header {Good luck!
April 23, 2014 at 3:18 am #102011matt klein
MemberThank you very much 84th and 3rd. I might have to try your idea as my solution is showing some problems. The content is getting pushed down below the footer in many browsers. Will report back here when I try it.
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.