941 Posts in 272 Topics by 292 members
Forum Module
SilverStripe Forums » Forum Module » Forum formatting, text overflowing
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1810 Views |
-
Forum formatting, text overflowing

10 February 2009 at 1:29pm
Hi, can anyone help please. On http://www.mintpadworld.com/general-discussion-5/flat/8 we have installed the forum module with the Brightside theme but the forum postings are overflowing out of the text area and unreadable.... does anyone know how I can fix this please?
-
Re: Forum formatting, text overflowing

10 February 2009 at 2:00pm
Easy fix just change the Forum.css (line 339) file to something with a smaller width such as:
div.posterContent {
margin-left:130px;
padding:10px 0;
width:428px;
} -
Re: Forum formatting, text overflowing

10 February 2009 at 3:35pm
Thank you Howard. I changed it to:
div.posterContent {
margin-left: 150px;
margin-right: 500px;
padding: 18px 0 18px 18px;
width: 450px;But it still looks wierd.... the text is not fitting right and I don't know which bit of code does what ...also the LOGON text slid over to the left! if you can offer more advice i would be grateful .... of course I'll keep on trying but so far my fiddling has been meddling and not had a good result
-
Re: Forum formatting, text overflowing

10 February 2009 at 4:22pm
Sorry Howard, just not getting it. I have tried changing the various parameters there and succeed in messing up the page further but not fixing it.
Please can you tell me which bit makes it wrap?
| 1810 Views | ||
|
Page:
1
|
Go to Top |

