• Resolved Tom Nikkola

    (@tnikkola77)


    Hello. Is there a way to center .ub_table-of-contents-title? I’ve tried setting margins to auto, text-align center, etc., in my CSS, but nothing seems to affect the title. Thanks so much!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @tnikkola77!

    The element corresponding to .ub_table-of-contents-title is inside a grid, where the methods you’ve tried don’t work. The grid itself (.ub_table-of-contents-header), however, can be realigned. To center the title, you may add justify-content: center; to the custom CSS code for .ub_table-of-contents-header.

    Hope this helps. If you require further assistance, please let us know.

    BEAUTIFUL! Thanks so much. It worked perfectly.

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Great.

    Glad to know it worked.

    I will mark it resolved.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TOC Title’ is closed to new replies.