Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 13 Years, 4 Weeks ago CSS issues with logo and header
#1
Solved: 13 Years, 4 Weeks ago
Here is my new forum:

http://www.dodgedartcentral.com/forums/index.php

The default CSS for the .logo is:

min-height: 100px;
margin: -20px -20px 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;

The default CSS for .logo img is:

margin: 20px 0 0 20px;

As you can see, there is unwanted space above my logo currently. I would like to shrink the height of that header area by about 20px or so, so that the logo sits flush with the bottom and top of the header. I am not sure what CSS changes are needed.

I tried changing the "min-height" in .logo to "max-height" and "height", but those just moved the logo downward. Can you help me with the correct CSS?
#2
Solved: 13 Years, 4 Weeks ago
margin: 0 auto;
#3
Solved: 13 Years, 4 Weeks ago
Thank you!
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)