Forums

CSS not corresponding on frontend as written on backend

Web-itc 26 Aug, 2015
Hello

I made a chronoform V4 with Custom Code and custom CSS code.

However the css that I wrote in the chronoform is not good displayed on the frontend of the website.

this is the CSS that I gave in:
}
.formlegend
{
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	border-top: #999999 1px solid;
	font-weight: bold;
	border-right: #999999 1px solid;
	padding-top: 2px;
}
.formfieldset
{
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	padding-bottom: 10px;
	margin: 12px 0px 15px 26px;
	padding-left: 10px;
	width: 70%;
	padding-right: 10px;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	padding-top: 10px;
}
.formitem
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.formabel
{
	margin-top: 2px;
	width: 100%;
	font-family: verdana;
	margin-bottom: 2px;
	float: left;
	color: #000000;
	font-size: 10px;
}
.formfield
{
	margin-top: 2px;
	width: 100%;
	font-family: verdana;
	margin-bottom: 2px;
	float: left;
	color: #666666;
	font-size: 10px;
}
.fieldtext
{
	background-color: #88EBB4;
	width: 70%;
	font-family: verdana;
	color: #323232;
	font-size: 10px;
}


But if you look at http://davidcareje.eu/index.php/bestellen/varkensvlees

Does someone has an idea of what I do wrong?

Many Thx
GreyHead 26 Aug, 2015
Hi Web-itc,

What exactly is the problem? Which CSS is not being applied where?

Bob
Web-itc 27 Aug, 2015
Hello

If you look at the circled items on the attached file.
On the css it is called formlegend, however it doesn't appear correct.

Is it template-related?

Many Thx
Web-itc 27 Aug, 2015
Hello

Yes indeed it was template related.

I have changed some .css files and now it works fine

many thx

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