Re: Re: Tikipedia Problems
After much hunting, I found this one and it helps great! (Love the tikipedia theme, btw), but I seem to be missing the right hand border line that completes all the 'boxes'. It looks like the page goes totally off the screen - which of course it doesn't as I changed the width. Any help would be appreciated. TIA 😀
1) Pages are too wide in FireFox (but okay in IE).
I also prefer FireFox as default browser. The thing with the horizontal scrollbar is easy to fix:
- Go to the tikipedia.css in your styles folder
- Search for /******************** General Layout Styles (Classes and IDs) ********************/
- You will see this text:
div#tiki-main {
width: 100%;
margin: 0;
padding: 0;
} - Change the witdh to 98%
- Don't forget to refresh your page (Strg-Shift-R in Firefox)
- Enjoy the new look
--Werner