Hi, I was trying to increase the width of the input boxes on the JA Contact form styled as free case evaluation on the home page. What file can I change to do this

    bigbroso
    Hi
    Can you publish the Module or share the page URL
    I have not found it on site Home page view. The width will depend on the module container size.
    If position is full width it will use max width of module style.

    bigbroso
    Hi. The TBA page does not using Joomlart module it is default registration and us own style. It could not be same as both are completely different things. I can help you if you want to restrict a max width. Kindly let me know how to proceed.

    Hi Pankaj Please I wanted to increase the input box size for both forms actually. However the free evaluation form ( on home page ) is priority, Please could you direct me to the file to do so.

      bigbroso
      Hi
      First remove the person image from the Contact module
      now add this code in custom css to increase width of quick contact module to full width

      div#ja-form .ja-contact-form {
          width: 100%;
      }
      Write a Reply...
      You need to Login to view replies.