Forums

Red Error Message background

kipp 17 Jun, 2014
I have my error message set on my form to say "sorry please only upload a pdf, doc, docx, text or xls file" when someone tries to upload another files type.

The message comes up correctly and is red as it should be but the highlighted area behind it is all jumbled. I've attached a screen capture. Any thoughts? This happens even when the form is on it's own page.
GreyHead 17 Jun, 2014
Hi Kipp,

That looks like some kind of a CSS problem - or maybe a line break in the error message text?

Please post a link to the form so I can take a quick look.

Bob
kipp 17 Jun, 2014
Sure he you go. There are a handful of menu items here that are all experiencing the same issue:

http://www.gessearch2.com/index.php/new-positions/new-positions-2
GreyHead 20 Jun, 2014
Hi Kipp,

The problem is this line (about line 455) in the /templates/yamato/css/template.css file
dl dt,
dl dd {
  display: inline;
}
It is breaking the layout of the system message block. If you comment it out the message displays correctly.

Bob
This topic is locked and no more replies can be posted.