• Resolved barryscontent

    (@barryscontent)


    Since last week, the clickable buttons on the homepage of my site have shifted alignment. I haven’t made any changes to cause this.

    When I go to edit mode, it says that they are aligned in the centre, however from the homepage, you’ll see that they’re clearly stuck to the left.

    The affected buttons are “My Work” and “Contact” at the top of the page, as well as “Get Started” under the Pricing Table further down.

    The affected URL is http://www.barryscontent.com

    I’ll appreciate any help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @barryscontent,

    Thank you for using Neve and for providing the link to your site.

    Adding the following code into Customizer -> Additional CSS should solve this issue:

    .wp-block-themeisle-blocks-button-group.align-center {
        text-align: center;
        display: revert !important;
    }

    Please let us know if it worked.

    Thread Starter barryscontent

    (@barryscontent)

    Hi danamv,

    That seems to have solved it!

    Thanks so much!
    Barry

    I had this issue too. @danamv suggestion solved it, thank you.

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

The topic ‘Multiple Button Alignment’ is closed to new replies.