Get rid of two white spaces
-
Hello,
My website has a white space between the very top banner logo and the logo below it. It also has another white space between the second logo and the navigation bar.
I would like to get rid of both of these.
I do know for the space between the two logos that the following code may have something to do with it:
#header { display: block; margin-left: auto; margin-right: auto } #header .logo { width: 500px; margin: 0 auto; } #header .logo .text-logo { font-size: 110px; line-height: 110px; margin: 0 0 -10px 0; text-transform: none; font-weight: normal; font-family: 'Damion', cursive; overflow: visible;
Please let me know if there is anything I can do to rectify this. Thanks for your help.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Get rid of two white spaces’ is closed to new replies.