Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    You’ll need to modify your CSS rules to restrict the length of the error/info boxes.

    Thread Starter Jiks

    (@jiks)

    Thanks for the reply. I can adjust the box size but only for one unique message or error. I need a way to adjust the box size for all the different messages and errors across all the forms. Do you know how I can achieve that? Is it done in the Theme My Login CSS sheet?

    I can give you the code if you need.

    Thanks ??

    Plugin Author Jeff Farthing

    (@jfarthing84)

    .login .message,
    .login .error {
        width: YOUR WIDTH HERE;
    }
    Thread Starter Jiks

    (@jiks)

    Hi thanks for the reply, but that won’t work.
    As the messages and errors have different lengths, what I want is the right side of the box to be aligned to the text inside.
    The first image is an example:

    https://docs.google.com/document/d/1fbk8GMURSAHVPrdtJlTYY3q9YUSE-tM6DRWabF6-aXA/edit?pli=1

    I’d like to achieve that layout for all situations and I can’t do it with a fixed width due to the reasons mentioned above.

    Thanks ??

    Thread Starter Jiks

    (@jiks)

    Fixed

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Textbox width’ is closed to new replies.