Loading...
 
Skip to main content
New Themes

New Themes


Tikipedia right side overflows?

posts: 6

The tikipedia theme seems to be too wide for the browser window regardless of how it's sized. I see a reference to using the right column feature, but don't understand what to do about it. In Admin/Features, I do have right column checked as "always", but don't have any modules put into the right column. Any advice?

Tim

posts: 254 Japan

See this post. Looks like I forgot to update the file in Tikipedia_v1.0.zip. I'll do that. Sorry for the trouble. (I assume this is the problem; please post again if the edit described doesn't solve the overflow.)

-- Gary

posts: 6

See this post. Looks like I forgot to update the file in Tikipedia_v1.0.zip. I'll do that. Sorry for the trouble. (I assume this is the problem; please post again if the edit described doesn't solve the overflow.)

-- Gary


Gary, I tried that and also at 97 and at 95%. At 95% the scroll bar disappears (IE7). But the text within the page does not seem to fit on the page regardless of what width I use. There are a few sentences that just run beyond the right margin. Looks like I'm missing 1-3 letters at right margin of the body text. I have a screen shot if that would help.

Tim

posts: 6

See this post. Looks like I forgot to update the file in Tikipedia_v1.0.zip. I'll do that. Sorry for the trouble. (I assume this is the problem; please post again if the edit described doesn't solve the overflow.)

-- Gary


Gary, I tried that and also at 97 and at 95%. At 95% the scroll bar disappears (IE7). But the text within the page does not seem to fit on the page regardless of what width I use. There are a few sentences that just run beyond the right margin. Looks like I'm missing 1-3 letters at right margin of the body text. I have a screen shot if that would help.

Tim


I did some trial and error and the following works for me in both IE and Firefox:

div#tiki-main {
width: 98%;
margin: 0;
padding: 0;

and

div#tiki-center{
....
width: 98%

Tim