-
AuthorPosts
-
ecohaven Friend
ecohaven
- Join date:
- July 2007
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 8
- Thanked:
- 8 times in 1 posts
August 12, 2010 at 4:20 am #153460Hi
How do I change the height of the header?
I think it is much too high. It is ok to have it on the homepage but not on pages with a lot of content. Not good use of the space available.No simple css determines the height and I am getting lost in all the css files in this template.
I tried to reduce the repeating image header-bg.jpg but that leave a gap, perhaps related to the clear fix?thank you very much
MichaelSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 12, 2010 at 4:51 am #352409Now, you open the file: templates/ja_droid/css/template.css and find the following code:
h1.logo { float: none; margin: 40px auto 20px; width: 302px; height: 93px; }
you adjust value for the margin property and height property to resolve this issue
1 user says Thank You to Saguaros for this useful post
ecohaven Friendecohaven
- Join date:
- July 2007
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 8
- Thanked:
- 8 times in 1 posts
robynt Friendrobynt
- Join date:
- May 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
August 20, 2010 at 7:55 pm #353285This is great for resizing the logo. Is there a place where I can decrease the overall height of the header? I want the logo height to remain at 93, I just don’t want the header to be as high as it is, so I can float up some of the content under the slide show.
Thanks for any help I can get!
smitheringale Friendsmitheringale
- Join date:
- December 2009
- Posts:
- 236
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 63
- Thanked:
- 44 times in 18 posts
August 20, 2010 at 8:40 pm #353286Is it not just a case of changing the margin in the line that tienhc showed above
BEFORE
h1.logo { float: none; margin: 40px auto 20px; width: 302px; height: 93px; }
AFTER
h1.logo { float: none; margin: 0; width: 302px; height: 93px; }
<em>@robynt 191075 wrote:</em><blockquote>This is great for resizing the logo. Is there a place where I can decrease the overall height of the header? I want the logo height to remain at 93, I just don’t want the header to be as high as it is, so I can float up some of the content under the slide show.
Thanks for any help I can get!</blockquote>
robynt Friendrobynt
- Join date:
- May 2009
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
August 20, 2010 at 9:17 pm #353288<em>@smitheringale 191077 wrote:</em><blockquote>Is it not just a case of changing the margin in the line that tienhc showed above
BEFORE
h1.logo { float: none; margin: 40px auto 20px; width: 302px; height: 93px; }
AFTER
h1.logo { float: none; margin: 0; width: 302px; height: 93px; }
</blockquote>I want the height of the header wrap to be 200 not what it is currently. Where in this can I set the height of the top header wrap? Sorry, I don’t mean to be a pain. I have tried a number of ways and nothing seems to be working.
Thanks
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by congtq 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum