Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • thelordofweb Friend
    #649559

    Hi,
    I found something that does not allow to use class=”form-control” properly.
    It is a Bootstrap 3 class that makes text fields width:100%.

    Here you are more information.
    http://getbootstrap.com/css/#forms

    There is a style in your CSS files that break this class.

    So, if you change the value from auto to 100%, you will fix that issue.

    // Reset Width for Legacy classes in Medium Screen
    @media screen and (min-width: @screen-sm) {
    width: 100%;
    }

    You can find the style on line 523 in this file.
    templates/ja_rent/less/forms.less

    Regards,
    Todor

    Adam M Moderator
    #650786

    Hi @thelordofweb,

    Thanks for your report, I passed this matter to development team so they can check and fix this problem in next version.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Adam M 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum