Thread: Flux Series
View Single Post
  #5  
Old 08-30-2011, 07:14 PM
ipengu's Avatar
ipengu ipengu is offline
Member
 
Join Date: Aug 2011
Location: Central NY
Posts: 50
Gender: Male
Credits: 7,363
ipengu is on a distinguished road
Default

I absolutely love fluid layouts, Hate going on my 42" tv with computer and have a layout being just 1/10th of the screen size.

Open the styles.css file of which ever theme you choose,

Find the Body section

Add in this: min-width:1000px;
After padding:0;


End result:
Code:
body {
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
	min-width:1000px;
}
__________________
Coder/Marketer/Etc
Super busy, lack of time for computer related things for awhile.

Current Mods:
Slim Profile | Disallow unfreezing adoptable
Longer Shoutbox | IP Tracking/Account Limiter
Colorblast | Flux Series

In the works:
Integrated Forum (Very unlikely to be a free public mod, at first anyways)15%
Better admin control panel (current one is terrible)
Couple Themes
Few other things.
Reply With Quote