• Resolved Scotty501

    (@scotty501)


    I have enable the three columns from the default menu examples but the buttons are being spread across the entire page.

    How do I stop this?

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

Viewing 1 replies (of 1 total)
  • Hi @scotty501,

    Please add the following CSS under Appearance > Customize > Additional CSS section to fix this issue.

    .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: content;
    }

    Let me know if you succeed – I’m happy to help.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.