Page 1 of 1
Need Calendar to fill {content} area [solved]
Posted: Tue Feb 17, 2009 6:38 pm
by stanb17
I've wiped the extra data on the right-side for certain pages. In particular the Calendar page. For some reason I can't figure out how to get the Calendar to fill in the last column.
http://tttomtalks.net/index.php?page=events
Any help is greatly appreciated... if not humbling.
Stan
Re: Need Calendar to fill {content} area
Posted: Tue Feb 17, 2009 7:08 pm
by RonnyK
Did you take the margin-right, from the main-container as well, as only removing the right-sidebar isnt enough.... The reserved margin should be removed as well...
Ronny
Re: Need Calendar to fill {content} area
Posted: Tue Feb 17, 2009 7:42 pm
by stanb17
I can't find margin-right in the CSS or the Template.
I did take out anything related to side-bar in a new CSS I created named Outdoors_full
The main wrapper in the CSS reads...
/* Main Column */
#main {
float: left;
width: 550px;
padding: 15px 0 0 0; margin: 0 0 0 10px;
display: inline;
}
#main h2 {
margin-top: 10px;
padding-bottom: 3px;
font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
color: #895F30;
letter-spacing: -1px;
text-transform: none;
}
#main h2 a {
color: #895F30;
text-decoration: none;
}
#main ul li {
list-style-image: url(uploads/Outdoors/bullet.gif);
}
Re: Need Calendar to fill {content} area
Posted: Tue Feb 17, 2009 7:54 pm
by RonnyK
It is the fixed width....
#main {
float: left;
width: 550px;
Ronny
Re: Need Calendar to fill {content} area
Posted: Tue Feb 17, 2009 8:01 pm
by stanb17
Ronny,
Thanks. That did it. I wiped it out for that particular CSS... and set float to "center"... if that's allowed. In any case.. it's centered in FF on a 1024 wide browser window.
I love the help the CMSMS community offers. Thanks again.
Stan
Re: Need Calendar to fill {content} area
Posted: Tue Feb 17, 2009 8:12 pm
by RonnyK
If solved, then please mark the subject-line of the First post, to have [solved] there as well.. That makes it easier for those looking for unsolved questions, and for those looking for answers...
Ronny