Does anyone know how you change (or can you change) thematic columns? Specifically, I want to change the template form two columns to one. I'm new to this, a college student, and trying to design a basic, personal website. Is this change possible? Or will it mess up the rest of the template by omitting a line of code of something? I appreciate any and all help, especially help that's worded for rookies. Thanks.
ThemeShaper Forums » Thematic
Changing from 1 column to 2?
(2 posts)-
Posted 3 years ago #
-
@martina100... can you post a link to your website for us or what do you mean by "I want to change the template form two columns to one"?
If you want to change from 2 columns (sidebars?) to one sidebar, Ian has two layouts built into Thematic that you can use.
In your child theme you can apply(import) a 1 sidebar layout using...
/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');to have a layout with 1 sidebar on the right or...
/* Apply a basic layout */
@import url('library/layouts/2c-l-fixed.css');to have a layout with one sidebar on the left.
If that isn't what you meant, please post a link to your blog so I can see what you're trying to do.
Posted 3 years ago #
Reply
You must log in to post.