Whenever editing a page or any content, the textarea is too wide resulting in the textarea width to run from the left most content edge to the right edge of the page. I attempted to locate the code in the css, but couldn't find the exact code. The textarea also has WYSIWYG, and TinyMCE. Now there are exactly two issues in one. The first is that enabling [rich text] causes the aforementioned issue. [Disable] rich text allows the textarea back into normal position. However, the normal position is actually "squeezed inward," an issue I noticed with the modules page. The descriptions are also "squeezed" causing the BetterMessages to also be "squeezed" on display.

Using
FF browser
D6.19
Three-column layout

The trick is forcing (I believe) the editing or forms inner-container area (which may also be the content-area) to a maxwidth or fixed. I may be off, but I think the max width is around 300px.

Overall, I have no other issues yet with the theme, and functions fine.

Comments

mariostevenson’s picture

I think I understand where the problem may be. It appears that it may incorrectly coded as a node outside the editing or forms inner-container. This may be a similar issue with another user, but only using a different layout, and problem area.