Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @wpwerk,

    You can use the below CSS to make it centered, you will only need to adjust the width value to match your CTA button content:

    a.hustle-button.hustle-button-cta {
        margin-left: auto!important;
        margin-right: auto!important;
        width: 50px;
        display: block!important;
    }

    Cheers,
    Predrag

    Thread Starter wpwerk

    (@wpwerk)

    Hello Predrag,

    thanks for the CSS code! It worked fine, I just needed to add “!important” to the width value, too. This detail might be useful for those who want to do the same trick.

    By the way, not only your plugin is amazing – the “Hustle” promo video is great as well ??

    Best wishes to developers and marketing team of WPMU DEV!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I center Call to Action button?’ is closed to new replies.