Hi all,
I have found a better solution then the two posted above. As I was experimenting I found that the changes above were causing problems with IE 7 Pro. A much better hack is to comment out the code starting at about line 2224 of the default template.css so that this code:
| Code: |
.left {
float:none;
width:100%;
}
.w100 {
width:100%;
}
#gj_wrapper {
width:100%;
height:auto;
margin:0;
padding:0;
}
|
Becomes this:
| Code: |
/*.left {
float:none;
width:100%;
}
.w100 {
width:100%;
}
#gj_wrapper {
width:100%;
height:auto;
margin:0;
padding:0;
}*/
|
You can find this code at around line 2224 right after this line of code:
| Code: |
/*-----------------------------------------------
groupjive_skeleton
------------------------------------------------*/
|
Hope this helps.
Cheers
Dave