Hi everybody,
I have had my nose too long on it to see anything.
In french the display is correct, not in the other languages : there is a big space between header and content. I am using CMSMS MLE 1.4.1, the french page is here...
Any clue would be most appreciated
[Solved] Same template but different display ?
[Solved] Same template but different display ?
Last edited by seensite on Fri Sep 26, 2008 11:16 am, edited 1 time in total.
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: Same template but different display ?
This is not a MLE issue but layout issue.seensite wrote: Any clue would be most appreciated
You have many block overlaps
Ask for help in Layout forum
Alby
Re: Same template but different display ?
Ok - I'll do that.alby wrote: This is not a MLE issue but layout issue.
You have many block overlaps
Ask for help in Layout forum
Alby
I tried to erase my post but I have no right to erase a "first post". Could you, or an administrator, erase it please ?
With best regards
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: [Solved] Same template but different display ?
You are right Alby, it was a layout issue.
Correct CSS tag is:
div#main-en_US {
margin-left: 20%;
margin-right: 1%;
}
div#sidebar-en_US {
float: left;
width: 19%;
display: inline;
margin-left: 0;
}
Thank you & best regards
Correct CSS tag is:
div#main-en_US {
margin-left: 20%;
margin-right: 1%;
}
div#sidebar-en_US {
float: left;
width: 19%;
display: inline;
margin-left: 0;
}
Thank you & best regards
The universe of information technology is constantly growing and contains only emerging products built on successive patches