Hi Mehrpadin,

First of all, thanks for a really great theme! It's extremely easy to use, and VERY versatile. I hope you can give me a little help. I, too, had the same issue as Himtuna, but I want to have the intro_image and intro_desc fields butt right up under the header, with the logo laying over them. After uploading the new css file you created for Himtuna I am very close to what I need (see attachment). Is there any way to close up the top and bottom gaps and still have the logo div overlay those regions?

Also, after I uploaded your file, my links in the header are underlined, even though your css says "text-decoration:none" (line 120). Although I have nice_menus installed, I don't think I'm actually using it.

Thanks so much so your time, and again, this is a great theme.
Lynne Frey

CommentFileSizeAuthor
Picture 2.png492.32 KBlfrey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lfrey’s picture

Hi again,
Never mind about the menus - I got it -
Lynne

mehrpadin’s picture

Hey Lynne,

Thanks for you remarks :) makes me blushing!

Just change the "margin-bottom" to minus 60.

Like this:

#header .logo {
float: left;
position: relative;
margin-bottom: -60px;
z-index: 2000;
}
mehrpadin’s picture

Status: Active » Closed (fixed)

For the record: Since version 1.2 deals with the logo differently this piece of code is not needed anymore.

mehrpadin’s picture

Status: Closed (fixed) » Fixed
mehrpadin’s picture

Status: Fixed » Closed (fixed)