diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index 5bfe083278afa0fe9b4d32401af31a1fd77168eb..671d3a53a407a5716d50f74bd2f53b17b5f2a987 100644
--- a/components/content/ArticleSystemDistributionPlot.vue
+++ b/components/content/ArticleSystemDistributionPlot.vue
@@ -224,18 +224,18 @@ async function fetchRefSeqTaxo() {
         </v-card-text>
 
         <v-row no-gutters>
-            <v-col cols="12" md="4">
+            <v-col>
                 <v-select v-model="selectedTaxoRank" :items="taxoRanks" density="compact" label="Select taxonomic rank"
                     hide-details="auto" class="mx-2"></v-select>
             </v-col>
-            <v-col cols="12" md="4">
+            <!-- <v-col cols="12" md="4">
                 <v-select v-model="plotY" :items="axisOptions" density="compact" label="Y axis based on"
                     hide-details="auto" class="mx-2"></v-select>
             </v-col>
             <v-col cols="12" md="4">
                 <v-select v-model="plotFill" :items="axisOptions" density="compact" label="Color based on"
                     hide-details="auto" class="mx-2"></v-select>
-            </v-col>
+            </v-col> -->
         </v-row>
 
         <v-row class="d-flex" no-gutters>