Home › Forums › Weaver Xtreme Theme › Placement of png picture on top of wrapper › Re: Placement of png picture on top of wrapper
March 22, 2015 at 22:26 UTC
#20781
Moderator
If you want the pre wrapper are to be above the actual wrapper, then it needs to be positioned absolute and with the right z-index.
You can do that by adding the following rule to Advanced Options > HTML Insertion Pre Wrapper BG CSS+ box
{position:absolute;right:0px;z-index:2;}