Closed (fixed)
Project:
Rotor Banner
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2009 at 23:05 UTC
Updated:
12 Dec 2009 at 23:20 UTC
I have installed a rotor banner near the top of my site, below the built in suckerfish menu in zeropoint. Unfortunately the drop downs are hidden behind the rotor. I need a fix for this. This issue is there for safari and firefox
Comments
Comment #1
hassansr commentedfound the fix
for whatever subtheme you are using in zeropoint add this to the style.css (ex. ivy.css):
#topex {
z-index: 140;
}
you may need to change themes in zeropoint in order to casue Drupal to make your changes stick, so if using ivy, switch to sky, save and then back to ivy >>save
Comment #2
vm commentedin future please mark fixed issues fixed. Thanks.
Also of note: clearing cache in administer -> performance should be enough to allow changes to take place with css files.