Appnitro Software Forums » MachForm

Moving guidelines to the far right.

(2 posts)

  1. MvdL79
    Member

    When you add fields, you can have guidelines for your users who are using the form. Of course this a great extra. Especially when you have "dumb" customers.

    Anyways, I followed the information supplied with Sticky: How do I get fields on the same line?

    But now the guidelines appear in the next field.

    Is there a way to move the guidelines to the far right (to the end), so it does not interfere with the rest?

    Thanks for your time...

    Posted 3 years ago #
  2. MvdL79
    Member

    Okay I managed to do it myself;

    I made the following changes:

    #main_body form .guidelines
    {
    background:#f5f5f5;
    border:1px solid #e6e6e6;
    color:#444;
    text-align:justify;
    font-size:11px;
    left:100%;
    line-height:100%;
    margin:0 0 0 105px !important;
    padding:8px 8px 9px;
    position:absolute;
    top:0;
    visibility:hidden;
    width:42%;
    z-index:1000;
    }

    I changed margin:0 0 0 8px !important; to margin:0 0 0 105px !important;

    Hopefully this won't cause problems...

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.