Home Forums Weaver Xtreme Theme how to use png in header instead of gadget Reply To: how to use png in header instead of gadget

#41259
scrambler
Moderator

You messed up the CSS.

You appear to have added the CSS I gave you to the image inline style which is invalid (and therefore does nothing)

<img style=”{position:absolute;z-index:1000;top:25px; margin-left:30px” src=”

remove that style attribute and its content (in red) from you image tag.

I said to add the CSS below to Advanced options > HTML Insertion > Header Top > Area BG CSS+ box

{position:absolute;z-index:1000;}