Centralise buttons

Hi guys! Trying to centralise this button:

How do I do it?

Hi There,

To make a button center, please add this custom CSS under Theme Options > CSS:

.center-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

After that add the center-btn class to your button:

Hope it helps :slight_smile:

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