I created a survey, among other questions type, there is matrix question type. The matrix columns have the same size, I want to give a column a size smaller than the others, for example, I want to make these two columns smaller (click the link below please) :
Because they are number field, and taking a lot of space, doesn't allow me to print my survey correctly.
While inscpecting the code I realized that the classe used for the table is : "table table-hover"
And the class used for all form inputs is : "form-control"
If only I can find those classes, i can make some changes and test, I've been looking for it on the survey module css folder, but with no luck.
Can you point me to some css classes I can use to make a table column, or an input field smaller ?
By doing this I want to bypass the HTML print isssues : When printing from an HTML page, it doesn't show all data collected from survey because of the width. So if you have any ideas to bypass this printing issues I'm listening. Thanks.