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"

edited September 2006 in Vanilla 1.0 Help
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

Comments

  • Ok, what i ended-up doing is just changing "Bottom of Page" to "Scroll Down".
  • edited September 2006
    You can change the px size of the text at top there in the .css file. I had to do that with mine when using the Green theme.

    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
  • I would also suggest using a theme/style that doesn't use the panel... since you are trying to fit the forum inside a template that already has its own left and right columns. Sadly, none are avaliable at this time... Hopefully the styles contest will remedy that.
  • @WallPhone-Very new to Vanilla-What is the "Panel"?
  • <<< that's the panel (with all the links)
This discussion has been closed.