Song Aşağıdaki kodları Admin Panelde Görünüm menüsü altında bulunan harici stiller bölümüne ekle
@media (max-width: 767px){
.ComposerBody-header>li:not(:first-child) {
display: contents;
border-bottom: 1px solid #ededed;
padding: 10px 15px;
vertical-align: middle;
}
.ComposerBody-header h3 input {
padding-top: 5px !important;
padding-bottom: 5px;
text-align: center;
}
.DiscussionComposer-poll {
vertical-align: 0px !important;
}
.DiscussionComposer-changeRecipients {
vertical-align: 0px !important;
}
.DiscussionComposer-changeTags {
vertical-align: 0px !important;
margin-top: 10px !important;
}
.ComposerBody-header {
text-align: center;
}}