-
AuthorPosts
-
January 27, 2015 at 7:23 pm #193084
Hello! On my site Rocktothefuturephilly.org , I’m having issues with the (secondary?) scroll bar – or lack of one. I have one scroll bar that brings the middle content down, but not the sidebar or main navigation menu. Because of this, some of the menu items are cut off on certain screens and cannot be scrolled down to view. The same with the content in the sidebar – you cannot scroll down to view it. Another solution would be for the sidebars to move with the main content area.
I don’t remember this being an issue when I initially used that design.
I can’t find the solution for this in the forum although I did see one other person with a similar issue – the solution wasn’t posted. Thanks!
January 27, 2015 at 9:37 pm #193130I changed the menu to sit at the top rather then the side for the time being so that all of the sub-menus can be seen. You can still see the issue with the sidebar though.
January 28, 2015 at 1:54 pm #193693Hi Jessica,
Thanks for writing in! I just tested your sidebar and it scrolls fine. Try scrolling with mouse scroll wheel and keep you cursor in the sidebar area.
Hope this helps!
January 30, 2015 at 12:54 pm #195422Generally we all use laptops without a separate mouse. My Mac isn’t allowing me to do it (scroll on the trackpad), but it might be a settings thing since my intern is able to do it on his PC. I was concerned because I’m not sure that an older demographic would know how to use that feature on their laptop, so is there a way to have a secondary scroll bar? I think that when I first installed the theme that there were 2 scroll bars.
Thanks!
January 31, 2015 at 6:21 am #195874Hi there,
Please add the following CSS under Customize -> Custom -> CSS :
@media (min-width:1200px){ aside.x-sidebar { overflow-y: scroll; } }
Hope it helps.
-
AuthorPosts