• Resolved bulletbros

    (@bulletbros)


    Hi

    I have just added a TOC to my post but it is aligned in the middle, how can I align it to the left?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Steven

    (@shazahm1hotmailcom)

    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!

    Thread Starter bulletbros

    (@bulletbros)

    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?

    Steven

    (@shazahm1hotmailcom)

    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.

    Thread Starter bulletbros

    (@bulletbros)

    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/

    Steven

    (@shazahm1hotmailcom)

    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!

    Thread Starter bulletbros

    (@bulletbros)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Table alignment’ is closed to new replies.