Centering Problem

Centering Problem

by Marc Dastous -
Number of replies: 3

I am having trouble with the pages that have forms on them.  The fields are all being centered.  Can someone point me to which part of the style sheet this is being cause by?

Marc

Attachment center.gif
Average of ratings: -
In reply to Marc Dastous

Re: Centering Problem

by Urs Hunkler -
Picture of Core developers

Hi Marc, some browsers display some forms different. Could you please tell us what theme you use and how Firefox and MSIE display this form?

Urs

In reply to Urs Hunkler

Re: Centering Problem

by Marc Dastous -

Urs;

This is a custom theme altered from the standard.  The page displays the same in IE6 and Firefox.

Marc

In reply to Marc Dastous

Re: Centering Problem

by Urs Hunkler -
Picture of Core developers

Marc, please try to add in the "styles_layout.css" file the code:

#user-edit .generalboxcontent {
  text-align:left
}

If you see other pages with this layout failure just add those pages like

#user-edit .generalboxcontent,
#course-edit .generalboxcontent {
  text-align:left
}

I hope this helps
Urs