Posts: 4
Threads: 2
Joined: Aug 2014
Hi,
I've got size problem (boxes and font).
Please see the attached picture.
Could you help me to fix this?
Best regards,
Renaud.
Posts: 2,904
Threads: 59
Joined: Jun 2010
Hi Renaud,
Firstly open the file /upload/css/default.css and find this code (line 642):
Code:
.cmtx_text_field {
height: 20px;
line-height: 20px;
}
You can increase the height and the line-height values above.
Also, it looks like you need to increase the width value of the form label below (line 608):
Code:
.cmtx_label {
float: left;
width: 90px;
}
Have
you completed
the interview?
Posts: 4
Threads: 2
Joined: Aug 2014
06-Sep-2014, 01:05 PM
Thank you very much
It's on line here :
http://www.filchaud.com/object.php?id=18
Renaud.