Active
Project:
Zoundation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2013 at 00:12 UTC
Updated:
30 Apr 2013 at 18:43 UTC
Jump to comment: Most recent file
Hey there... love y'alls work...
When I have admin menu enabled, it is moved down about 60 pixels from the top... Looks like the top bar and admin menu are fighting it out.
If I comment out some element starting line 1915 of app.css and then change one line in admin toolbar css it makes it usable but you lose the fixed position that is kewl plus upgrading becomes a pain.
/* Wrapped around .top-bar to make it fixed at the top */
.fixed {
width: 100%;
left: 0;
/* position: fixed; */
top: 0;
/* z-index: 99; */
}
Any ideas on how to get them to play together nicely? Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | zoundation_block_config.png | 62.99 KB | jgraham |
| #3 | zoundation_management_example.png | 78.13 KB | jgraham |
| #1 | zoundation_admin_menu.jpg | 30.07 KB | grip media |
Comments
Comment #1
grip media commentedHere is screenshot...
Comment #2
abelb commentedTry modifying the top: 0 in the .fixed class.
I just tested it out with the admin_menu module installed and I had to change the top position to 27px.
We do not use the admin module, we just add the management block to the topbar menu. Not exactly the same functionality. Let me know if that works for you.
Comment #3
jgraham commentedFor more details on the topbar menu block (requires zoundation_support);
Place the "Management (topbar)" block into topbar_left you get the admin menu.
Adjust the "Zoundation" settings for that block, I use "Menu depth" 2 and "Render flat" unchecked.
See attached;
Comment #4
grip media commentedThanks for the tips guys!
Comment #5
abelb commentedper our conversation, also modify body.admin-menu to 47px or whatever works best
Comment #6
Yorgg commented#3 Didn't work.
The only menu that shows dropdown is with the Devel module.
I also tried the other menus and topnav right combination and didn't workout either.
I have notice that the gear doen't shows up.
All the zoundation support modules are enabled.
Comment #6.0
Yorgg commentedtook out duplicate language