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
February 26, 2017 at 19:38 UTC - Views: 9
#41259
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;}

