Hi I am trying to widen my forum, I have successfully created a custom page template and the sidebars are gone for the forum page. I also changed my .css file and the forum moved over to the left into the sidebar area but did not widen.
Here is the code I added for the custom template (as well as removing the sidebar commands):
<?php
/*
Template Name: Custom
*/
?>
and I changed the “content” to
<div id=”content” class=”custom”>
This is what I added to my .css file directly under “content”
.custom {
width: 100%;
padding: 0 0 20px 45px;
margin: 0px 0 0;
}
I also tried “auto” and all sorts of custom numbers of px after “width”
I am at a loss as to what I am missing. The URL of my sites forum page is:
http://www.eastcoastboarders.com/forum
As you can see the sidebars are gone and the forum has shifted left but not widened.
Thank you in advance for any help on this matter and also for providing such an excellent plugin.