Is it a lot of work to get first and second sidebar on one side of content? I would like to have main content first and then first sidebar and last second sidebar. Or should I go with another theme?

Comments

shruti.sheth’s picture

StatusFileSize
new5.7 KB

Hello,

To get both the sidebars on one side of the content

1. You will have to replace your custom theme page.tpl.php and layout-fixed.css with page.tpl.php and layout-fixed.css respectively in the attachment herewith

2. You will have to create a custom css file named myzen.css and add the following code in your .info file
stylesheets[all][] = css/myzen.css

3. Replace your myzen.css file with myzen.css file in the attachment herewith.

drupalftw’s picture

Status: Active » Closed (fixed)

Thanks a lot for your help!