Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help me fix my theme!
So I'm working on a theme, using ''The beautiful lie'' theme as a base. I have a few problems with it:
1. Looks weird on IE and Opera, fine in Firefox. The problem is the text being ''on top of each other''. Have a look and see, it's hard to describe. As far as I can see, this problem also appears on the original theme.
2. The Discussions part doesn't stretch across the screen, it sometimes creates a horizental scrolling bar, depending on the screen.
I suck at css, but I really want to make this work, so any help welcome.
Thanks in advance.
0
This discussion has been closed.
Comments
www.obscure.northerain.com
for problem 2: edit the padding to 0px in:
#main {vanilla.css (line 1531)margin:0px;
padding:15px;
width:100%;
}
try looking around a bit with firefox + firebug!
hope I helped