Support Forums

Making Your Fluid Template Fixed Width

This is a discussion on Making Your Fluid Template Fixed Width within the TemplateCodes forums, part of the Third Party Support category; This simple post demonstrates how you can make your Fluid template fixed width. It is easily done with a simple ...


Go Back   68 Classifieds Forums > Third Party Support > TemplateCodes

Reply
 
Thread Tools Display Modes
Old 07-30-2009, 06:50 AM   #1
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,200
Rep Power: 79
seymourjames is a jewel in the rough
Default Making Your Fluid Template Fixed Width

This simple post demonstrates how you can make your Fluid template fixed width. It is easily done with a simple edit to the css. No need to change all you css file or layout.tpl file.

Find your style.css file in your fluid template directory under the css folder. Replace your existng css for body with this

body {
margin:0 auto;
padding:0;
border:0; /* This removes the border around the viewport in old versions of IE */
width:1005px;
font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color:#222;
background:#ffffff;
font-size:80%;
}

This now keeps the middle column from resizing and provides a fixed width for the template of 1005px. You can of course make what you wish. As you can see the margin is now set to 0 and auto as well.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates and list your 68C site on ClassifiedCodes.com
seymourjames is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fluid Template (Pricing Module Workflow) seymourjames TemplateCodes 0 07-16-2009 10:52 AM
Width issue in Purple Template MrGForce Technical Support 4 06-08-2009 10:26 AM
Making a template NigelShaw Templates, HTML, CSS, and Design Help 2 04-22-2009 04:13 PM
Default Template Width Misiu02 Templates, HTML, CSS, and Design Help 2 10-24-2006 12:13 PM


All times are GMT -4. The time now is 08:20 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0