173place
1 vote Vote

css problem with wordpress

the idea informer popup has overlay problem in default wordpress template (tested in google chrome).

test page: http://synctocloud.net

voji, 18.06.2012, 18:12
Idea status: in process

Comments

voji, 01.11.2012, 15:13
the problem is in style.css:

#branding {
border-top: 2px solid #bbb;
padding-bottom: 10px;
position: relative;
z-index: 9999;
}

changed z-index: 9999; to z-index: 0; and works like a charm

Leave a comment