Need Calendar to fill {content} area [solved]

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
stanb17
Forum Members
Forum Members
Posts: 70
Joined: Sat Apr 12, 2008 3:01 pm

Need Calendar to fill {content} area [solved]

Post 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
Last edited by stanb17 on Tue Feb 17, 2009 8:18 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Need Calendar to fill {content} area

Post 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
stanb17
Forum Members
Forum Members
Posts: 70
Joined: Sat Apr 12, 2008 3:01 pm

Re: Need Calendar to fill {content} area

Post 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);
}
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Need Calendar to fill {content} area

Post by RonnyK »

It is the fixed width....

#main {
  float: left;
  width: 550px;

Ronny
stanb17
Forum Members
Forum Members
Posts: 70
Joined: Sat Apr 12, 2008 3:01 pm

Re: Need Calendar to fill {content} area

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Need Calendar to fill {content} area

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”