Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor David Cramer

    (@desertsnowman)

    you will need to play with CSS to do this.

    try this if it helps a little:

    <style>
    .caldera-grid .control-label {
    float: left;
    width: 120px;
    }
    .caldera-grid .form-group > div {
    margin-left: 120px;
    }
    </style>

    Thread Starter rameesareno

    (@rameesareno)

    Thanks for this david, I will figure out basing from your suggested code.

    I hope your team is still improving caldera form.
    Would be nice to have an option of inline label left for all single field text like checkboxes do in the next versions.

    Thanks!

    Thread Starter rameesareno

    (@rameesareno)

    By the way David, how do we remove the red

    ” * ” in the label in every after required state?

    Plugin Contributor David Cramer

    (@desertsnowman)

    there is a class for the required label, you can simply hide it in the CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘place label in single text’ is closed to new replies.