diff --git src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
index 5ea7c8c19..ab74c4d9a 100644
--- src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
+++ src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
@@ -67,6 +67,26 @@
 		}
 	}
 
+	#whats-new-buttons {
+		max-width: 100%;
+		padding: 0 0 1em 0;
+		z-index: 1000;
+		margin: 0 0 0.5em 55px;
+		display: flex;
+		gap: 0.6em;
+		margin-left: 55px;
+
+		> li {
+			list-style: none;
+
+			button {
+				padding: 5px 10px;
+				width: auto;
+				height: auto;
+			}
+		}
+	}
+
 	#whats-new-post-in-box {
 		margin: $marg-sml 0;
 
diff --git src/bp-templates/bp-nouveau/css/buddypress-rtl.css src/bp-templates/bp-nouveau/css/buddypress-rtl.css
index e404bec03..2ebe135b8 100644
--- src/bp-templates/bp-nouveau/css/buddypress-rtl.css
+++ src/bp-templates/bp-nouveau/css/buddypress-rtl.css
@@ -1139,6 +1139,26 @@ body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en
 	box-shadow: 0 0 6px 0 #d6d6d6;
 }
 
+.activity-update-form #whats-new-buttons {
+	max-width: 100%;
+	padding: 0 0 1em 0;
+	z-index: 1000;
+	margin: 0 55px 0.5em 0;
+	display: flex;
+	gap: 0.6em;
+	margin-right: 55px;
+}
+
+.activity-update-form #whats-new-buttons > li {
+	list-style: none;
+}
+
+.activity-update-form #whats-new-buttons > li button {
+	padding: 5px 10px;
+	width: auto;
+	height: auto;
+}
+
 .activity-update-form #whats-new-post-in-box {
 	margin: 10px 0;
 }
diff --git src/bp-templates/bp-nouveau/css/buddypress.css src/bp-templates/bp-nouveau/css/buddypress.css
index abf33337e..cc427401d 100644
--- src/bp-templates/bp-nouveau/css/buddypress.css
+++ src/bp-templates/bp-nouveau/css/buddypress.css
@@ -1139,6 +1139,26 @@ body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en
 	box-shadow: 0 0 6px 0 #d6d6d6;
 }
 
+.activity-update-form #whats-new-buttons {
+	max-width: 100%;
+	padding: 0 0 1em 0;
+	z-index: 1000;
+	margin: 0 0 0.5em 55px;
+	display: flex;
+	gap: 0.6em;
+	margin-left: 55px;
+}
+
+.activity-update-form #whats-new-buttons > li {
+	list-style: none;
+}
+
+.activity-update-form #whats-new-buttons > li button {
+	padding: 5px 10px;
+	width: auto;
+	height: auto;
+}
+
 .activity-update-form #whats-new-post-in-box {
 	margin: 10px 0;
 }
