diff --git a/cms/static/sass/views/_certificates.scss b/cms/static/sass/views/_certificates.scss
index a580c29b76..5c8578e769 100644
--- a/cms/static/sass/views/_certificates.scss
+++ b/cms/static/sass/views/_certificates.scss
@@ -429,7 +429,11 @@
// * +Main - Certificate
// ====================
-// TO-DO: refactor to use collection styling where possible.
+// TO-DO: refactor to use collection styling where possible.
+.view-certificates .activate-cert {
+ margin-left: 5px;
+}
+
.view-certificates .certificates {
.certificate-details, .certificate-edit {
diff --git a/cms/templates/js/certificate-details.underscore b/cms/templates/js/certificate-details.underscore
index 6dcac84cef..2d9ec0f3eb 100644
--- a/cms/templates/js/certificate-details.underscore
+++ b/cms/templates/js/certificate-details.underscore
@@ -16,6 +16,10 @@