diff --git src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
index 466ccab25..e68c69210 100644
--- src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
+++ src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
@@ -753,6 +753,10 @@ body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava
 	color: var(--global--color-secondary);
 }
 
+#buddypress.twentytwentyone #drag-drop-area #bp-browse-button {
+	margin: 50px auto 0;
+}
+
 #buddypress.twentytwentyone .bp-avatar-status .warning,
 #buddypress.twentytwentyone .bp-avatar-status .success,
 #buddypress.twentytwentyone .bp-cover-image-status .warning,
diff --git src/bp-templates/bp-nouveau/css/twentytwentyone.css src/bp-templates/bp-nouveau/css/twentytwentyone.css
index 3691a6281..d78e41fd8 100644
--- src/bp-templates/bp-nouveau/css/twentytwentyone.css
+++ src/bp-templates/bp-nouveau/css/twentytwentyone.css
@@ -753,6 +753,10 @@ body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava
 	color: var(--global--color-secondary);
 }
 
+#buddypress.twentytwentyone #drag-drop-area #bp-browse-button {
+	margin: 50px auto 0;
+}
+
 #buddypress.twentytwentyone .bp-avatar-status .warning,
 #buddypress.twentytwentyone .bp-avatar-status .success,
 #buddypress.twentytwentyone .bp-cover-image-status .warning,
diff --git src/bp-templates/bp-nouveau/sass/twentytwentyone.scss src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
index 83fef4114..4121e98b9 100644
--- src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
+++ src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
@@ -1027,6 +1027,10 @@ body {
 		.drag-drop-info {
 			color: var(--global--color-secondary);
 		}
+
+		#bp-browse-button {
+			margin: 50px auto 0;
+		}
 	}
 
 	.bp-avatar-status,
