Active
Project:
Omega
Version:
7.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2012 at 23:33 UTC
Updated:
13 Aug 2012 at 23:33 UTC
Hello,
I am trying to insert a shadow on the top bar as you can observe in http://catalans.medialayer.net/
However when I introduce
#zone-user-wrapper{
min-height: 40px;
box-shadow: 0 0 8px 1px #000;
}the box just below (#zone-branding) overlaps that shadow. These would probably work if the regions in omega were in relative or absolute position.
I came out with the idea to insert an 'inset' shadow to #zone-branding in order to make it look like the top bar has a shadow.
However this solution introduces extra shadows.
Any ideas?