Re: Tikipedia Problems
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