I am currently working with Joomla to build a basic website. I installed the Form Maker Lite survey extension by Joomla Extension Survey for creating surveys and questionnaires.
After publishing the extension on my Joomla site, I encountered an issue trying to resize the table. I attempted using width: px
in the CSS to adjust the table size, but it was not effective.
Here is the generated CSS for the table:
#form10 .wdform-matrix-table {
display: table;
border-spacing: 0px
}
I had difficulty sharing the HTML code here, so I used this JSFiddle link which did not display the table properly - My JSFiddle
Even after attempting
table-layout: fixed; overflow: hidden;
, I couldn't successfully resize the table width as desired.
Unfortunately, I cannot provide website access due to limited control over link sharing permissions. Apologies for that.
If anyone has any suggestions or solutions to help me out, I would greatly appreciate it.