Background image at header of TWN

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Wed Feb 09, 2011 8:06 pm
Hi
Nice work. I want to add a background image at the header of TWN.
Thank you
User avatar
Fresh Boarder

Konrad M
Thu Feb 10, 2011 11:24 am
Hi

How big is this image and it will be repeated or no?
User avatar

GK User
Thu Feb 10, 2011 11:39 am
Hi
1px x 110px repeated.
Thank you
User avatar
Fresh Boarder

Konrad M
Thu Feb 10, 2011 12:21 pm
Try to edit template.css

change
Code: Select all
#top_wrap {
height:75px;
}


to
Code: Select all
#top_wrap {
height:110px;
background:url("../images/picture_name") repeat;
}


and copy image to images folder
User avatar

GK User
Thu Feb 10, 2011 12:41 pm
Working!
Thank you
User avatar
Fresh Boarder


cron