Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] How can I use 2 header images of diferent sizes with ATA (3.5.3)? (http://forum.bytesforall.com/showthread.php?t=8495)

maribel Jul 24, 2010 05:09 PM

[SOLVED] How can I use 2 header images of diferent sizes with ATA (3.5.3)?
 
Thanks to juggledad answers from thread 4389 I was able to use two diferent images on my web site:

One for Home page and other for the rest of the pages, however, this images are of diferent sizes.

The bigger image is not showing complete.

Is there a way that I can do that?

You can see my first draft on www.smartret.com


Thanks a lot for your help!

Maribel

maribel Jul 24, 2010 05:12 PM

I found the answer, i just had to use the following code:
div#imagecontainer {
background-position:center top;
background-repeat:no-repeat;
margin:0;
padding:0;
position:relative;
}
body.page-id-2 div#imagecontainer {
height:130px;
background-image: url(http://www.smartret.com//wp-content/...-950-130px.png) !important;
}
body.home div#imagecontainer{
height:380px;
background-image: url(http://www.smartret.com//wp-content/...aft2-950px.png) !important;
}


All times are GMT -6. The time now is 09:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.