• Resolved dutchintouch

    (@dutchintouch)


    The link goes to the AMP version. In the normal version I use this css to make the text in the Table of Contents align left (whereas the block aligns in the center):

    .wp-block-uagb-table-of-contents ul.uagb-toc__list li {
       text-align:left;
    }

    However, this does not work in the AMP version. Is there a way to accomplish this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dutchintouch,

    Unfortunately, as of now, Ultimate Addons for Gutenberg does not support AMP yet. However, it is on our to-do list. We’ll try to improve the scenario in our future updates.

    I have visited your page, and it seems like there is a CSS applied to the block which is creating the issue.

    Please refer to this screenshot.

    Please use the following CSS to fix that:

    .wp-block-uagb-table-of-contents.uagb-toc__align-center{
        text-align:unset;
    }

    I hope that helps.

    Regards,
    Sweta

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @dutchintouch ,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Align in Table of Contents’ is closed to new replies.