Archived topic
Table of Contents Alignment
3 replies · Started by jim on May 28, 2020
Dear Support,
The table of contents widget cannot be aligned on the left. Elementor support claims it's a theme issue.
''There shouldn't be such a large indent on the widget so I checked the code behind this and it appears to be a general margin added to list items''
''Since you're using a cache plugin, all the code directories are essentially scrambled so I can't say exactly where this is coming from''
Can you please advise how to fix.
thanks
Hi there,
Try adding this CSS:
ol.elementor-toc__list-wrapper {
margin-left: 0;
}
thanks!
You're welcome