• Resolved travisburch

    (@travisburch)


    Looks like the accordian is being updated — thanks so much!

    I just noticed that when “centered” is chosen for the accordian title, it seems slightly off center and to the left.

    To my eye, looks pretty funny, and makes me not want to use it.

    Maybe this is an easy fix?

    Thank you ??

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

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

    (@gambitph)

    Hi,

    It might be possible that the reason why the Accordion’s title looks not centered is because of the arrow. The title will only be centered within its container. https://bit.ly/37eH0oY

    But you can add some custom CSS code to be able to move the title to the right. Here’s the custom CSS code:

    
    .ugb-accordion__heading h4#ugb-accordion-1__heading {
        margin-left: 30px !important;
    }
    

    You can add this custom CSS code in the Advanced > Custom CSS in the block inspector.

    Let me know how it goes!

    Plugin Author Benjamin Intal

    (@bfintal)

    Resolving, please re-open if needed

    Thread Starter travisburch

    (@travisburch)

    Thanks for the responses! Yes, I can confirm it’s off-center based on other centered objects/titles above the accordion.

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Accordian title not quite centered’ is closed to new replies.