I have been tasked with customizing the Text Input within my Table using jQuery editable. You can access the Table here.
When you navigate to the page and click on Wordpress Design, you are able to edit the text within the Text Input. However, the issue arises when the Text Input does not remain fixed, unlike the Text Area in Concepto. Clicking on Concepto reveals a text area that remains fixed and does not move down like the Text Input in Wordpress Design.
It is possible that this issue is related to the CSS configuration. Here is the CSS code for the Text Input under Wordpress Design title:
.editable_text_titulo input { font-size: 25px; }
How can I ensure that the Text Input remains fixed when being edited, similar to the behavior of the Text Area?