Centralize button in a callout

I would like to align the header and text in a callout to the left, and centralize the button. There only seems to be an option to align all objects the same. Can anyone help? Thanks.

Hey Stuart,

Welcome to the BB Forums!

You should be able to do that with this CSS snippet.

.fl-callout-button {
  text-align: center;
}

If you want to apply it to certain Callouts only, you’ll need to place a class on the module. This can be found under Advanced. Then add the class to the CSS like so…

.center-button .fl-callout-button {
  text-align: center;
}

Let us know how it goes! :slight_smile:

Ben

Thanks Ben for your quick response. That worked fine.
Stuart

Hey Stuart,

No worries! Have fun with The Beaver! :slight_smile:

Ben