editing header image in Tarski
-
Hi!
I need some help:
Tarski with CSS update
on this blog
http://artiseverywhere.wordpress.com/I need to change the header image size from 720×180 to 720×360
thank you
The blog I need help with is: (visible only to logged in users)
-
You should add:
#header-image {
width:720px;
height: 360px;
background: url(‘IMAGE-URL-GOES-HERE’);
}First, make sure that you upload the image to your Media Library from Media -> Add New to obtain the required URL.
-
Add the following to #header-image a img
background: transparent url(put URL of new header image here) no-repeat scroll 0 0; height:360px; width:720px;You will have to upload the header image to your media library and put the URL directly into the CSS where I have indicated above.
-
Oops, I should have refreshed after being away from my computer for a while.
What bubel said.
-
thx for your answer!
I used the code… but the old header is overfloating on the new one.
I temporally cutted in 2 parts the header:
one part used on Appearance>custom header
and
the second part using your css codeso hopefully you can’t see the problem…
do you have any other official solution? :)
thx again
- The topic ‘editing header image in Tarski’ is closed to new replies.