If the TOC is being center aligned, that is being picked/added by the theme (or another plugin) as the default is to left align. It impossible for me to tell why other than this guess.
I do hope this does help!
Hi Steven
So you would suggest to leave it aligned in the middle?
There’s no way to left-align it other than speak to the theme author?
RE: So you would suggest to leave it aligned in the middle?
Not suggesting that at all. just my guess as to why it is center aligned for you.
RE: There’s no way to left-align it other than speak to the theme author?
I do not know, you have not shared any links sowing the issue, so all I can do is make educated guesses.
I do not know, you have not shared any links sowing the issue, so all I can do is make educated guesses.
Here is the link with the TOC
http://bulletproov.com/5-reasons-why-people-lose-money-in-the-stock-market/
The TOC is centered because of this style applied by TD Cloud Library
.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.td-a-ad) {
margin-left: auto;
margin-right: auto;
}
Add this to the theme’s custom CSS area in the Customizer:
div#ez-toc-container {
margin: 0 !important;
}
Hope this helps!