Closed (fixed)
Project:
Zen
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 11:15 UTC
Updated:
15 Mar 2011 at 09:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
shruti.sheth commentedHello,
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.
Comment #2
drupalftw commentedThanks a lot for your help!