CSS to position an Image on top of the images slider??

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Oct 07, 2013 2:17 pm
Hello, I would like to position a small image (banner.gif with a transparent backfround) directly on top of the image slider on the home page. I would need to position it to the right edge and just down from my sign-up text box. Could some one give me the css code to do this?? I would put banner.gif in the images folder. Thanks.

ref: http://drshawnadarou.com/
User avatar
Gold Boarder

GK User
Mon Oct 07, 2013 5:04 pm
signup banner.png


i've attached the banner image file i'm referring to. I would also like to have it linked to a url in new window browser. Thanks.
User avatar
Gold Boarder

GK User
Mon Oct 07, 2013 8:52 pm
Ok, I figured this out. I installed "Image Widget" and dropped it into the "Search Widget Area". Then I added the following to the overwrite.css file:

Code: Select all
#widget_sp_image-2 {
    position: absolute;
    right: 15px;
    top: 70px;
}


Worked like a charm. Now if someone can tell how to add the "open in a new browser window" argument to this widget, I would appreciate it.

ref: http://drshawnadarou.com/
User avatar
Gold Boarder

GK User
Mon Oct 07, 2013 8:56 pm
figured that one out as well. thanks.
User avatar
Gold Boarder


cron