diff --git a/bigbluebutton-html5/imports/ui/components/polling/styles.scss b/bigbluebutton-html5/imports/ui/components/polling/styles.scss
index e9909b14c4a6f1178913a188272d4c6a12930a8c..4eeef31da570693af34637aaa8801e32381f27b1 100644
--- a/bigbluebutton-html5/imports/ui/components/polling/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/polling/styles.scss
@@ -90,14 +90,6 @@
   display: grid;
   grid-template-columns: repeat(var(--col-amount), 1fr);
 
-  > .pollButtonWrapper:nth-child(odd) {
-      grid-column: 1;
-  }
-
-  > .pollButtonWrapper:nth-child(even) {
-      grid-column: var(--col-amount);
-  }
-
   @include mq($hasPhoneDimentions) {
     grid-template-columns: repeat(1, 1fr);