[Solved] Same template but different display ?

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

[Solved] Same template but different display ?

Post 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
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
alby

Re: Same template but different display ?

Post 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
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: Same template but different display ?

Post 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
The universe of information technology is constantly growing and contains only emerging products built on successive patches
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: [Solved] Same template but different display ?

Post 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
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Locked

Return to “[locked] CMSMS MLE fork”