Forums / Setup & design / Forum text - width adjustment
Halvor M
Wednesday 01 March 2006 1:48:10 pm
Hi,
I just noticed that the text on my forum postings disappear on the right side.It seems that the textfield is wider than the displayed screen area.
I have looked at the .css sheets, but not found anything that is forum-specific.Where would I have to look in order to make the displayed text area less wide?
Łukasz Serwatka
Friday 03 March 2006 12:23:10 am
Hi Halvor,
You will need assign correct width to:
design/base/stylesheets/core.css
input.box, textarea.box { width: 98%; }
for forum only use:
div.edit div.class-forum-reply div.block textarea.box { width: 50%; }
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Monday 06 March 2006 3:05:54 pm
Thanks, I tried that - but somehow the problem still persists...
Perhaps it would help with a link to the forum in question:
http://www.jusnytt.no/hm/debatt/ugyldige_avtalevilkaar
(notice the text disappearing on the right hand side of the forumtext)
Thursday 03 August 2006 4:16:48 pm
Hmm, I am running out of options here it seems :-)My forum still has text disappearing into the right menu.
When I edit the settings under core.css as suggested in a previous post, nothing happens.
I have been able to reduce the size of the text box, but the text does not "break" - instead it just disappears at the end of the forum text box.
Any help would be greatly appreciated :-)
Thursday 03 August 2006 11:19:35 pm
Hi again,
You will need to set correct width for the forum table (table, td, th). It it not scalable now. It looks like the value is fixed instead of dynamic. Previous post it was misunderstanding because of your sentence
It seems that the textfield is wider than the displayed screen area.
In the resolution 800px part of forum is on the top of right part of your site.