Author Topic: Question(s) about logo.gif !  (Read 1090 times)

Offline Vostok

  • Jr. Member
  • **
  • Posts: 10
Question(s) about logo.gif !
« on: May 12, 2012, 07:59:50 »
Hello !

At first, thank you for your help last time : http://www.dzinerstudio.com/index.php?topic=6928.0  :thumbup:

I have a new question about this theme :

It is possible to put an image (logo.gif) higher than 90px base? without it overflowing on the banner below?

My old logo.gif, no problem it does not exceed 90x height:
http://image.noelshack.com/fichiers/2012/19/1336838226-Sanstitre.jpg

When I use an image larger than 90 px height:
http://image.noelshack.com/fichiers/2012/19/1336838231-Sanstitre2.jpg

My wish is that everything below the logo.gif moves/adapt depending on the height of the logo.

I hope you understand me, my English is not very good

Thank you  :)
« Last Edit: May 12, 2012, 08:01:43 by Vostok »

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5654
  • Civilian Support
    • Files4Design
Re: Question(s) about logo.gif !
« Reply #1 on: May 12, 2012, 08:20:31 »
Yes you can make that work. Find this in index.css and simply change the height to fit.
Code: [Select]
#header {
    background: url("../images/custom/head-bg.gif") repeat-x scroll 0 0 #262626;
    height: 90px;
    position: relative;
}

Note: You will also need to alter and change the size of the head-bg.gif image to fit as well. Or simply remove it and use a color as opposed to an image.
Code: [Select]
#header {
    background: #262626;
    height: 90px;
    position: relative;
}

 ;)
I no longer work here. Please stop sending me messages asking for premium theme support. That is what the Support Boards are for. Thank You!

Offline Vostok

  • Jr. Member
  • **
  • Posts: 10
Re: Question(s) about logo.gif !
« Reply #2 on: May 12, 2012, 08:43:08 »
Thank you for your quick response but ... the result is strange and my "logo.gif" does not always appear :

http://image.noelshack.com/fichiers/2012/19/1336840977-Sanstitre4.jpg

Edit : Oh i dont see your "Note" i try that

Edit2 : it does not change much : http://image.noelshack.com/fichiers/2012/19/1336841117-Sanstitre5.jpg

Edit3 :



in red: the part that I want to expand in height
orange: that I will not enlarge in height

And I want my buttons are below my "logo.gif" and within the "gray box"
« Last Edit: May 12, 2012, 09:23:11 by Vostok »

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5654
  • Civilian Support
    • Files4Design
Re: Question(s) about logo.gif !
« Reply #3 on: May 12, 2012, 19:50:23 »
Can you attach both your logo image and index.css file?  ;)
I no longer work here. Please stop sending me messages asking for premium theme support. That is what the Support Boards are for. Thank You!