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.
Options

Align content to the left?

edited November 2008 in Vanilla 1.0 Help
I'm trying to align content over to the left after making some additions to the CSS, what do I need to change this? here is the url http://www.ebenonce.com/CMS_Test/Vanilla/

Comments

  • Options
    Oh wow, I actually managed to make it happen adding "position:absolute;" After trying evrything else I'm relieved to see that this worked, here's the CSS snippet. /*alignment settings for content*/ #Content{ margin:53px/*<--although altering the value to the left brought content down it removed the sidebar from showing */ 0px 0 0px/*<--This value was left alignment, default was 235*/; position:absolute; } I still however seem to have the problem of it not display the same across three browser platforms :(
This discussion has been closed.