I am trying to adjust the table caption to appear in the List of Tables index page. Below is the problem I am facing. I have the issue where the second line of table caption not aligning with first line.
This only happens when the table it of two lines. Initially, even the first line of table 10.10 was displaying as 10.10C. To fix this i added,
\begin{table}[htttp]
\centering
\caption{\hspace{0.18cm}C
... ... }
But this could fix only the first line, the second line is still slightly unadjusted. I tried \hspace, \hfill, \textwidth but no success.
Any other solutions which could in this scenario?

\hspace{…}to your caption. If your class does not provide another interface: Use a package likecaptionto configure the formatting of the caption inside thetableenvironment and a package liketocbasic,tocloftor similar to configure the entries in the list of tables. There are already a lot of questions about how to do this. – cabohah Feb 07 '24 at 07:33subsectionbytableresp.subsecbytab. See the manuals of the used packages for more information. – cabohah Feb 07 '24 at 07:50