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.
"Bottom of Page"
OK, i have a question; i have intergrated Vanilla into my existing wordpress theme. Now that i have that done, i am noticing when on the "discussions"->then click any discussion, on the top right, "Bottom of page" is some what cut-off. I we see is Bottom of Pa. How can i move this to the left left some?
I grep'ed "Bottom of Page" and see this text in languages/English/definitions.php. Still not sure how to move it over to the left some.
Sorry, a link might help www.mytimewithgod.net/forum
0
This discussion has been closed.
Comments
Find the theme that you are using, make a backup of the vanilla.css file, and open then open it. Here are the ones that I changed, again for the Green theme, but I can't seem to remember which one it exactly changed the size. It might be the Header H1 part. Anyone else care to validate that?
#Header h1 { height: 60px; background: url('logo.jpg') no-repeat left center; width: 820px; margin: 0 auto; line-height: 90px; /* Changed by Scott from 60px */ text-indent: 205px; /* Changed by Scott from 70px */ font-family: Arial, sans-serif; font-size: 12px; /* Changed by Scott from 26px */ font-weight: normal; letter-spacing: 2px; color: #fff; }
.ContentInfo h1 { font-size: 100%; /* Changed by Scott from 150% */ font-weight: normal; color: #333; }
.ContentInfo * { font-size:12px; /* Changed by Scott from 14px */ font-weight:bold; margin:0px; padding:0px; }
Thanks -
Scott