Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Theme: iNove Release (v0.1)

To add more info to it, it looks like the plugin is injecting some style sheet elements that are changing

element.style {

position: absolute;

overflow-x: hidden;

overflow-y: hidden;

display: block;

left: 357px;

top: 142px;

visibility: hidden;

opacity: 0;

}

to

element.style {

}

thus no style for the ul

Skip to toolbar