![]() | ![]() | ||||||||
| | #1 |
| Active Warrior Join Date: Mar 2012
Posts: 85
Thanks: 37
Thanked 3 Times in 3 Posts
|
I would like to make the header slightly taller i think my theme is Twenty Ten but apparently it is modified i have tried posting on wordpress.org but not have much success can anyone help. |
| | |
| | |
| | #2 |
| HyperActive Warrior War Room Member Join Date: Jul 2010 Location: Wales, UK
Posts: 154
Thanks: 11
Thanked 31 Times in 28 Posts
|
Is this the site that's linked in your signature? If so, there's a way to do it with the way the site's coded, but can I ask why is everything within the #header id? I don't see any need for it. But, without changing the source code, you can make the header taller by adding something like this to your css file. Code: /*--- Change the 100px to the desired height */
#masthead {
overflow:hidden;
min-height:100px;
height:100px;
} I guess this is what you want? |
| | |
| | |
| | #3 |
| Active Warrior Join Date: Mar 2012
Posts: 85
Thanks: 37
Thanked 3 Times in 3 Posts
|
Hi Tomos Wyn, thanks for replying, my site is my signature. It just looks a bit small do you think it looks ok? If so i will leave it. |
| | |
| | |
| | #4 |
| HyperActive Warrior War Room Member Join Date: Jul 2010 Location: Wales, UK
Posts: 154
Thanks: 11
Thanked 31 Times in 28 Posts
|
It's not bad - but personally I'd work on the site's spacing. I mean, your navigation has some whitespace either side of it yet your header text is right to the side with no space. I'd tighten up the spacing. But to be honest I don't think you need to make the header any taller. |
| | |
| | |
| | #5 |
| Active Warrior Join Date: Mar 2012
Posts: 85
Thanks: 37
Thanked 3 Times in 3 Posts
|
Ok i will leave header Yes that was my next issue to sort out. don't suppose you know how to sort this do you? or best place to look. |
| | |
| | |
| | #6 |
| HyperActive Warrior War Room Member Join Date: Jul 2010 Location: Wales, UK
Posts: 154
Thanks: 11
Thanked 31 Times in 28 Posts
|
Use something like firebug for firefox or inspector tools in chrome/safari to non-destructively play about with css styles for elements. Once you settle down with something you like, copy it and paste it in your actual CSS file. As for the navigation, look for #access in your CSS file. Look at adding a top margin, reducing the width etc. |
| | |
| | |
| | #7 |
| Active Warrior Join Date: Mar 2012
Posts: 85
Thanks: 37
Thanked 3 Times in 3 Posts
|
Ok, i will give that a go see how i get on. nice one thanks for your help. |
| | |
| | |
![]() |
|
| Bookmarks |
| Tags |
| header, height, increase |
| Thread Tools | |
| |
![]() |