Jump to content

Home featured: how to change from 2 to 4 columns


Recommended Posts

Just edit your tpl files in your theme

If you look at header.tpl and footer.tpl you will see how default theme sets out the main columns. You can add additional html and style this in your global CSS file

Just remember if you want ability to move module into new 4th column you will need to put hooks into it and this means you may need to create a new Hook (search on adding hooks and read the posts for help on this). Alternatively if 4th column is for your own specific stuff you could add the HTML direct to one of these tpl files or create a new tpl file and use smarty to insert this into that area

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...