rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: raybob on January 30, 2011, 02:12:28 AM

Title: center align
Post by: raybob on January 30, 2011, 02:12:28 AM
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?
Title: Re: center align
Post by: rejetto on January 30, 2011, 12:38:03 PM
i guess there's a float:left that you should remove
Title: Re: center align
Post by: raybob on January 30, 2011, 03:35:29 PM
Can you be more specific?
Title: Re: center align
Post by: rejetto on January 31, 2011, 10:53:11 AM
if you search for "float:left" in the css, and remove it, the layout will change, and may be help with your problem
Title: Re: center align
Post by: raybob on February 01, 2011, 02:33:21 AM
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.
Title: Re: center align
Post by: rejetto on February 10, 2011, 12:21:49 PM
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; }