My site is http://www.tooly228.wordpress.com and at where my sidebar ends, I have a huge white box. How do I fix this so I may make that box to the background color (#99CCFF)
Need help? Check out our Support site, then
Fix white box below sidebar on Silver is the New black
-
-
If you're using custom CSS, why don't you do a: #menu {background-color: #99ccff;} ?
-
@vanillalounge
That does not work. And I do have Custom CSS.
-
Yep, I oversaw something fishy:
You have:
#menu { ... border-bottom:30px solid #FFF; ... }Try:
#menu { ... border-bottom:30px solid #99ccff; ... } -
Thanks. But I just changed border-bottom:0px solid #FFF
Topic Closed
This topic has been closed to new replies.