Size of the Header
-
Im using the Theme: ChaoticSoul by Bryan Veloso.
here is my website http://grassetti.wordpress.com/
I edit everything i want just cant adjust the size of the header, i want to make it look small, i found where i edit the size of the image, but the size of the heather dont change.If someone know how to change it will be a great help!
Thanks.
Rafael
The blog I need help with is: (visible only to logged in users)
-
If you have the CSS upgrade, you can usually do that through an edit on the stylesheet. Beautiful colors on your blog btw. :)
-
Sorry, just realized this was the CSS forum so you probably already have that upgrade. Try inserting a #headerimg code with your specified height and see if that works.
-
Thanks bsangel!
The problem i see is that the header image is on this code
“#header-overlay {
background:url(‘images/header_overlay.gif’) no-repeat top left;
width:760px;
height:200px;
z-index:5;
position:absolute;
top:0;
left:0;
}”I change the height and nothing happens.
Thanks
-
Add this to your CSS and see if this doesn’t fix the issue
#headerimg { height: 151px; }Adjust the number as needed. The 151px matches the height of the header image you have uploaded right now.
You will have to put the URL for the new header image directly into your CSS rather than using the custom header upload feature. Upload the image to your media library and get the URL for the image and add the following to your CSS and insert the URL.
#header-image { background: transparent url(URL of your header here) no-repeat scroll left top; } -
-
- The topic ‘Size of the Header’ is closed to new replies.