Your Revolution content is here
Welcome to Foundation-Networks.How..?
Changing the template from a fluid to a fixed width couldn't be easier. The main container div, which I have named wrapper can have a class applied to it. If you apply the class fixed, then the page will have a fixed width of 760px. If you apply the class fluid then the page will have a width of 90% of the browser window. Simple huh?!
What about sidebars?
Again, very easy and all accounted for. If you plan to have a left sidebar (the main one) then simply include your sidebar code above the content like so:
<div id="sidebar_left">
***SIDEBAR CONTENT HERE***
</div>
And then make sure that the #content div has the class "with_sidebar" like so <div id="content" class="with_sidebar">. If you plan to have a right sidebar too, then just add the sidebar_right code (in the same way as sidebar_left) just above the #content div.
Why..?
Why have I created this template? Well I felt like doing something different. Something that is completely customisable so that many people can use the template but each in their own way so that one version of Basic can look different to another. With a few colour alterations and an image replacement it's theoretically possible to line two Basic templates up next to each other and not even know they were based on the same original. And I think that's cool!