Form labels

Posted by Community Admin on 05-Aug-2018 15:13

Form labels

All Replies

Posted by Community Admin on 17-Jun-2011 00:00

Is there a way to change where the form label appears in relationship to the form field? I would like to have the label appear below or to the left of the field instead of above it.

Posted by Community Admin on 17-Jun-2011 00:00

Hello Steve,

You can use CSS to position the labels. Here is an example CSS:

.sfTxtLbl
    position: absolute;
    top: 30px;


Greetings,
Jordan
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed