How can I make Textboxes within a Matrix Dynamique Widget wider

  • Elimmee
    Asked on April 8, 2016 at 6:59 PM
    Question 2) Wider text boxes within matrix If I use the matrix, how do I make the text boxes wider?
  • Huberson
    Replied on April 8, 2016 at 7:40 PM

    There is a custom CSS tab when you click on the wizard icon, you can paste the below CSS code into it and change the width as appropriate for you.

    input{ 

    width: 100px!important; 

    }

    How can I make Textboxes within a Matrix Dynamique Widget wider Image 1 Screenshot 20