Making the Logo Area Wider

Hi

I have a logo thats wider than the area allowed, Only half of my logo appears.

How Can I make this area wider?

Ive looked in template.css and couldnt find it. Any ideas?

Thanks

4 answers

Profile photo of Manos 0.00 $tone August 11, 2011
Public

Hi,
Try to find this lines

Code:

h1#logo, h1#logo a {
    display: block;
    height: 100px;
    width: 217px;
}

On theme.css around line 519 and change width and height according to your needs.

#3
Profile photo of John Brett 0.00 $tone August 12, 2011
Public

Goto:
…/jm_irisite/css/theme.css -- line 519

Change from this:

Code:

 h1#logo, h1#logo a {
    display: block;
    height: 100px;
    width: 217px;
}

To this:

Code:

h1#logo, h1#logo a {
    display: block;
    height: 80px;
    width: 320px;
}

Beautiful work, by the way.

Have fun!
John.

#4

Please login or Register to Submit Answer

Written By

Comments