diff --git a/themes/finc/scss/components/_forms.scss b/themes/finc/scss/components/_forms.scss
index 1ef8ed27f76bd3d6f973b7fdcb42270c1388a35e..f500fc35e6c747068e25f78aff8578d3436eacbc 100644
--- a/themes/finc/scss/components/_forms.scss
+++ b/themes/finc/scss/components/_forms.scss
@@ -335,4 +335,21 @@ textarea {
 // Range slider in sidebar
 .facet-range-form {
   padding: $facet-range-form-padding;
-}
\ No newline at end of file
+}
+
+
+// *****************************************************************
+// ************ Record Forms in Profile Section ********************
+// *****************************************************************
+
+#cancelILLRequest,
+#cancelHold,
+#cancelStorageRetrievalRequest,
+#renewals {
+  .result .checkbox {
+    // display checkboxes on mobile too
+    @media (max-width: $screen-xs-max) {
+      display: block;
+    }
+  }
+}