• Resolved stormdb

    (@stormdb)


    Hi, first of all I want to thank you for this amazing plugin. It works like a charm.

    I’m just wondering if you can decrease the indent of the accordions inside the main accordion.

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

    (@alexius08)

    Hi @stormdb! We don’t have a built-in way of adjusting the indent of a content toggle inside another content toggle. However, you can use custom CSS to do it. Here’s some code you may use for reducing the indents. You may adjust the value depending on your use case.

    .wp-block-ub-content-toggle-accordion-content-wrap > .wp-block-ub-content-toggle{
    	margin-left: -10px;
    }

    Please let us know how it goes.

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Marking this resolved.

    @stormdb, please let us know if you need further assistance.

    Kind regards.

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

The topic ‘How to decrease indent of nested accordions?’ is closed to new replies.