Center Buttons in content band

Hello,

I’m working on a website and I’m having an issue when trying to center the buttons. I’m adding the code “text-align: center” in style but it doesn’t seem to work.

I’m attaching an image to show the problem. The button is placed inside a content band.

Could you please help?

Thanks a lot!

Hi There,

Please add this inline CSS to your button:

margin-left: auto; margin-right: auto; display: block;

Hope it helps :slight_smile:

Thanks Thai, it centers the button but it now takes the full width of the content band and I just want it to be the same width as the text. How can I change this?

Hi,

To further assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.