Home Page Button Placement
The placement of the 3 big buttons at the bottom means they can go off the screen when your list of Support Staff or the welcome message gets long. I think it would be more intuitive to have those buttons placed at the top of the page. I have customized the CSS in a way to do this but it has the adverse effect of leaving that blank space on all pages.
You can see it here: http://support.avtechfinder.com/home
Was there some reason those were placed at the bottom of the page?
Thanks! And GREAT product, just what we have been looking for!
~ Mike
Discussions are closed to public comments.
If you need help with Tender please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Kyle Neath (Git... on 09 Feb, 2009 04:08 AM
Yes, I've got to think about how to fix this for people with many support personell (it's been brought up before). In the meantime, if you'd like to only have that extra space on the homepage, you can use the class names on the
<body>
(it's unique for each page). For example on the homepage, you could change your rule for#content
to be for.page-dashboard_home #content
and it will only apply to the logged out home page.Kyle Neath (GitHub Staff) closed this discussion on 09 Feb, 2009 04:08 AM.
mike re-opened this discussion on 10 Feb, 2009 07:16 PM
2 Posted by mike on 10 Feb, 2009 07:16 PM
Ah, very nice. Thanks for the tip!