XF 1.2 Header logo doesn't resize.

ix2013

Member
I set the path of a large logo (1310x640) and it's almost the same size as my browser window. Lowering the height of the logo isn't doing anything.
 
Use the following in your EXTRA.css:
Code:
#logo img {
  height: 30px;
}

Adjust height accordingly.

Although, it may be better for you to actually shrink the logo.
 
A style property? No, I do not believe so. The EXTRA.css edit I provided above will accomplish the same end task a style property would.
 
Top Bottom