I have a reasonably long form that is mostly textfields. I noticed that the labels are vertically offset from the textfields by a small amount. This is really apparent on the lowest label, which looks nearly half an em below the corresponding textfield. Any idea what causes this? I didn't do any sort of modification that might have, that I can think of. Here is the page: http://usheavy.com/credit.html
HI cybervigilante,
In your template there is a customise.css file at line 36 it has
Bob
In your template there is a customise.css file at line 36 it has
36h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
37 margin:0.5em 0;
38}
That margin is shifting the label down.Bob
Thanks. That worked. This CSS is amazing stuff, provided you can figure out where it is 😛
I have the same problem but cannot find the right Css-file. can you guide me please.
Is it a Css-file that came with Chrono or is it in my Template, running ruh-milkýaway on my server.
Is it a Css-file that came with Chrono or is it in my Template, running ruh-milkýaway on my server.
Hi tizacson,
Either is possible. I used Firebug with Firefox to track down that glitch.
Bob
Either is possible. I used Firebug with Firefox to track down that glitch.
Bob
I have the same problem but cannot find the right Css-file. can you guide me please.
Is it a Css-file that came with Chrono or is it in my Template, running ruh-milkýaway on my server.
Mine was in a chrono file, but I'm not at my home computer so I can't recall it.
You can always override the chrono file with an !important rule in your template css. It's not as slick as finding the bug, but it's a working hack ;')
This topic is locked and no more replies can be posted.