06/21/2013 at 1:30 pm
#263373
Keymaster
@ Roberto
If the CSS is correct, use this to only affect Form:
cn-form-container p {
text-align: right;
line-height: 18px;
}
That bit of CSS can be added to the theme’s style.css file and it will only affect the p tags being added to Form. This will be far easier than using conditional tags and PHP.