• Hello,

    Is there a way to set the vertical text alignment of the content toggle (Accordion block) titles? In the product demo, it shows the text centered vertically, but on my site it is bottom aligned.

    Thank you.

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

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

    (@alexius08)

    Hi @suchipsa! Thanks for letting us know. Upon closer inspection, your active theme is causing the text within the content toggle to be bottom-aligned. To override it for all content toggle block instances, you may use the following custom CSS:

    .wp-block-ub-content-toggle-accordion > .wp-block-ub-content-toggle-accordion-title-wrap > .wp-block-ub-content-toggle-accordion-title {
        padding-bottom: 10px;
    }

    Please let us know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Content Toggle Titles – Vertical text align?’ is closed to new replies.