Big Gap on Style...How do I fix?

Cambion

Well-known member
No Clue how i did this. I was editing something and now I have a big gap in my forum's style.

It looks like this
08402ffda1e2a9719396ae2c6e7cc0a6.png


and it's supposed to look like this
1ca36253d2722548982ebbc221f82992.png
 
The following seems to be the issue try checking EXTRA.CSS and adjusting the value or removing it even.

Code:
html.Public #headerMover #headerProxy {
    height: 333px !important;
}
 
You'll also need to adjust the value of the line height logo. By removing the code I provided above (as it seems to be over-riding audentio's value) the following value aligned the logo though depending what you do next it will need adjusting accordingly.

Code:
html.Public #logo {line-height: 75px;}
 
You'll also need to adjust the value of the line height logo. By removing the code I provided above (as it seems to be over-riding audentio's value) the following value aligned the logo though depending what you do next it will need adjusting accordingly.

Code:
html.Public #logo {line-height: 75px;}

Shelley, thank you for your help.
Where do I change the audentio logo height?

Looks like you are on your way to getting it working. Looks much better now.
And thank you Tracey! :)
 
Top Bottom