need help for structure !!!!
-
guys..do you know how to cahnge the header on Structure theme ??
the header size is 960 x 120
but i use CSS customize and want to change the header size with
936 x 335 pixel
i use this code
#wrap {
background:url(‘//i27.tinypic.com/2d8lzzk.jpg’’) top center no- repeat;
width:936px;
height:335px;
margin:0 auto;
padding:0 15px;
}#header {
width:936px;
height:335px;
position:relative;
margin:0 auto;
padding:0;
}#header h1 a {
display:block;
height:335px;
}but when i preview my blog is like this
http://elfvillageproject.wordpress.com
the height won’t change..
can somebody tell me what happen with it ?
The blog I need help with is: (visible only to logged in users)
-
I’m getting 935 X 335 when I look at things (although I’m not seeing a header image).
You need to upload the header image to the media library and then take the URL from that uploaded image and insert it into the correct place in the CSS (namely, #header).
You cannot use the custom header upload feature, since it will use the original dimensions.
-
You also have to upload a header image the correct size for the new spot. Do NOT use the custom header upload feature, as it will crop the image to the existing sizes, not the new size you defined.
-
thx for your explain..
btw..
How do I make the featured image a slideshow, like in the example here (http://organicthemes.com/demo/structure/),do I need to purchase the premium theme? Would it be easier to create and upload a gif?
- The topic ‘need help for structure !!!!’ is closed to new replies.