Topic-icon zindex like module

Active Subscriptions:

None
14 years 4 days ago #23462 by damsch
zindex like module was created by damsch
Hi, I have a like module in header position, but when I press send article the module is shoved under the module menu. I tried to alter the z-index in my template:
.scsocialbuttons {z-index: 110 !important }
and even:
.jfbclike {z-index: 110 !important }
To no avail. I use latest version, what can i do better? Thank you,

site: schrijfklasje.nl

Damiaan
The topic has been locked.
Support Specialist
14 years 4 days ago #23466 by alzander
Replied by alzander on topic zindex like module
All containing divs need to have a higher z-index as well, or they will cause anything that extends beyond them to be under the other divs. In your case, the art-header class (defined at line 431 of template.css) has a z-index of -5. Increase that to 100 or something and it will work.

Hope that helps!
Alex
The topic has been locked.