Fervens Theme - increase width of content box

bunnyhappy01 - October 25, 2009 - 03:10

Hope someone can help :-)

I am using the fervens theme like this site (http://www.drupalfun.com)

I would like to change the layout so i can add a forum - as the white content box is too small - but only for the forum page.

I have tried to change the page.tpl.php page with no luck, I was only able to delete the two side bars to the right and that is it.

I have spent hours and hours trying to work out how to do it and read all the posts here. I downloaded Firebug and found that the size was determined by the following CSS but I cannot find it anywhere and I need it just for one page - the forum:

http://www.example.com/sites/default/files/css/d5937d9aa8a8ee495gbc81b19...

Here is the CSS in Firebug:

#primary li.active a:hover, #primary li.active-trail a:hover {
background:transparent url(/sites/all/themes/fervens/images/button-green-2.png) no-repeat scroll right center;
}
#main, body.sidebars #sidebar-left {
float:left;
}
body.sidebars #main.main-tl .main-tr .main-br .main-bl {
width:540px;
}
body.sidebar-left #main.main-tl .main-tr .main-br .main-bl {
width:600px;
}
body.sidebar-right #main.main-tl .main-tr .main-br .main-bl {
width:760px;

Thanks for your help in advance x

The firebug style window

scottiw2000 - November 4, 2009 - 09:41

The firebug style window should tell you what css file contains each set of declarations. It looks to me like those would be in the style.css file of your theme. But your theme should be in /sites/all/themes/ rather than /sites/default/ . . . So the stylesheet you're looking for will probably be /sites/all/themes/[yourtheme]/style.css

Hello, Thanks for using

ktleow - December 5, 2009 - 13:47

Hello,

Thanks for using Fervens theme.

You might wanna try the new version 2.x (complete rewrite) on another Drupal installation and see if your problem is still there..
http://drupal.org/project/fervens



KahThong.com - My portfolio and free premium quality Drupal themes

 
 

Drupal is a registered trademark of Dries Buytaert.