• Resolved monxster

    (@monxster)


    I have recently started using WordPress and only just getting a hang of Otter blocks. I wanted to know if there is a way I can change the spacing around your Progress Bar block? I do not seem to see a way of doing it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Do you mean spacing below and above the progress bar? @monxster

    Thread Starter monxster

    (@monxster)

    Hi @hardeepasrani,

    Yes, I would like to decrease the spacing/padding below and above the progress bar.

    Thank you

    Plugin Author Hardeep Asrani

    (@hardeepasrani)

    You can use the following CSS to remove the margin:

    .wp-block-themeisle-blocks-progress-bar .wp-block-themeisle-blocks-progress-bar__area {
        margin-bottom: 0 !important;
    }

    Let me know if it helps!

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

The topic ‘Progress Bar (Padding & Spacing)’ is closed to new replies.