Page 1 of 1
[Solved] Same template but different display ?
Posted: Wed Sep 24, 2008 6:50 am
by seensite
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
Re: Same template but different display ?
Posted: Wed Sep 24, 2008 9:10 pm
by alby
seensite wrote:
Any clue would be most appreciated
This is not a MLE issue but layout issue.
You have many block overlaps
Ask for help in Layout forum
Alby
Re: Same template but different display ?
Posted: Thu Sep 25, 2008 6:27 am
by seensite
alby wrote:
This is not a MLE issue but layout issue.
You have many block overlaps
Ask for help in Layout forum
Alby
Ok - I'll do that.
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
Re: [Solved] Same template but different display ?
Posted: Fri Sep 26, 2008 12:02 pm
by seensite
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