rejetto forum

center align

raybob · 6 · 3479

0 Members and 1 Guest are viewing this topic.

Offline raybob

  • Tireless poster
  • ****
    • Posts: 454
    • View Profile
    • FileSplat.com
In HFS 2.3, on the user's page with all their files, how do you get the entire thing to center align?

I changed everything I could find in CSS, even tried <center> tags and all I could do was get the file table in the middle, but all the buttons and whatever on the far left just wouldn't move over.

How do I get the whole thing to stay in the center of the user's screen?


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i guess there's a float:left that you should remove


Offline raybob

  • Tireless poster
  • ****
    • Posts: 454
    • View Profile
    • FileSplat.com

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
if you search for "float:left" in the css, and remove it, the layout will change, and may be help with your problem


Offline raybob

  • Tireless poster
  • ****
    • Posts: 454
    • View Profile
    • FileSplat.com
It doesn't though I already tried removing it and I even tried changing to it float:center and float:right and it didn't change it.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
it did a big change to me.
i'm talking about the default template, and specifically this line

#panel { float:left; margin-top:1em; margin-left:1em; max-width:250px; }