I saw in another post this was possible but dude needed the site for the exact instructions so heres my site http://www.thezentheory.com. All help greatly appreciated. Also would love to know the exact width i could use. would be using about 100px for height or 150 . Thanks
Possible for full width logo with navigation menu below it
9 posts from 4 voices-
Posted 2 years ago #
-
anything ?
Posted 2 years ago # -
Hey,
1) Adjust the header height (so that logo + menu have enough space) - in style.css adjust the height attribute of #wrapper_head:
#wrapper_head{ position: relative; z-index: 100; overflow: visible; height:100px; }2) Then adjust the logo dimensions in style.css (width + height):
#top .logo, .logo a{ display:block; height:85px; width:165px; position:absolute; left:40px; top:20px; border: none; padding: 0; margin:0; }3) At least push the menu down by adjusting the top value of following code:
#top .nav{ height:50px; line-height:30px; padding-left:13px; right:40px; position:absolute; z-index:100; top:45px; }Posted 2 years ago # -
hi thanks ! but how do i change the fade effect from the top of the site coz im not using a plain white bg
Posted 2 years ago # -
Hey,
it's a bg image - it's called bg_top.png and is located in images/skin1 folder. You can replace it with your own image or you can change the image by adjusting following code in style1.css:.boxed #wrapper_head{ background: transparent url("../images/skin1/bg_top.png") repeat-y center 0px; }Posted 2 years ago # -
Where is that wrapper_head code in the style.css file? I'm using style5.css and i can't find it.
Thanks.
Posted 1 year ago # -
Hey,
By default there is no style5.css in Habitat so without a direct link to your site / stylesheet I'd be unable to help you.
James
Posted 1 year ago # -
hi, actually i figured it out and realized i wasn't in the right forum i needed to be in. :P Silly me. I just searched what i needed to search and assumed it was within the correct subforum. Thanks anyhow!
Posted 1 year ago # -
Glad that you solved the problem :)
Posted 1 year ago #
Reply
You must log in to post.














