Closed (fixed)
Project:
Danland
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2011 at 22:46 UTC
Updated:
21 Jun 2011 at 00:01 UTC
I tried using .sidebars-1 .page-admin #content but that didn't work.
Comments
Comment #1
Deepika.chavan commentedHi,
if you wanna increase the width of all administration pages, then replace the code of function 'phptemplate_body_class($left, $right)' with the following code in template.php file:
Now, add following css code in local.css file:
OR if you wanna increase the width of the content of pages created by admin then
1. add following function in template.php
2. Add a div before
<div id="wrapper">and complete it after</div> <!-- end wrapper -->in page.tpl.php file:i.e. code to be added in page.tpl.php to add a div is :
<div class="<?php print $node_class; ?>">3. Add following css in local.css file :
Please clear cached data.. (you can also change the width of sidebar and content instead of increasing the width of wrapper.)
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
danpros commentedThanks Deepika.chavan,
I will close this one.