We currently set the top margins in a bootstrap3 based theme to
account for the slingbar so that the two navbars (slingbar and site
menu) don't overlap each other. HOWEVER, if there is content above
the site menu/navbar, the site menu/navbar is pushed down an
additional ~50px in an attempt to be below the slingbar which
hovers over the upper content making the site menu/navbar seem out
of place when a 'slingbar' user is logged on.
The code which performs this adjustment is in the slingbar and
the flydown views
- toolbar.bootstrap3.tpl (administration module) uses smarty
logic to create the static initial style for the page
- showall_Flydown.bootstrap3.tpl (navigation module) use
javascript code to dynamically set the top margins when the browser
width changes.
It might be possible to add an additional user set variable in
the theme configuration to adjust that value or turn it on/off?