Align button center

Hi there,

Trying to figure out how to align this button-shortcode in the center of the page, but nothing works:

[button type=“flat” shape=“pill” size=“large” href=“https://www.blojfri.se/boken” title=“Example”]Ja tack, jag vill köpa & provläsa boken helt utan risk, med 60 dagars full returrätt[/button]

Do I need to make css changes for this to work or can I simply add something to this shortcode above to fix it?

Thanks,
Sofia

Hello Sofia,

Please wrap the shortcode in a <p> tag and add the classes mbn and cs-ta-center to the p tag like this:

<p class="mbn cs-ta-center">
     [button type="flat" shape="pill" size="large" href="https://www.blojfri.se/boken" title="Example"]Ja tack, jag vill köpa & provläsa boken helt utan risk, med 60 dagars full returrätt[/button]
</p>

Hope this helps.

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