A friend of mine gave me the following idea, and guess what IT WORKS!!!!
a friend of mine thx Duncan wrote:
1. Edit the file template_css.css
2. Locate the code below:
Code:
.contentpane,
.contentpaneopen {
width: 100%;
}
3. Change the original code to:
Code:
.contentpane,
.contentpaneopen {
width: 99%;
}
4. Save and test.
It works like a charm (*and now i run off to get back to test some "bridges")