Header Ads

wordpress bbpress forum genişlik ayarı

wordpress bbpress forum genişlik ayarı


Daha yeni bir tema üzerinde bunu test ettim ve css şöyle görünmeli:
.bbpress div#primary.content-area {
margin: 0 auto;
max-width: 980px;
width: 100%;
}

Ayrıca, bunu yalnızca Görünüm> CSS'yi Düzenle> Ek CSS'ye ekleyebilirsiniz.


theme stylesheet
jetpack custom css module
other custom css plugin

bunu deneyebilirsin
#bbpress .col-2cl .main {
background: none repeat-y right 0;
padding-right: 0px;
}
başka bunlardan birini deneyin
.bbpress .col-2cl .main {
background: none repeat-y right 0;
padding-right: 0px;
}
#bbpress-forums .col-2cl .main {
background: none repeat-y right 0;
padding-right: 0px;
}
.bbpress-forums .col-2cl .main {
background: none repeat-y right 0;
padding-right: 0px;
}

1 yorum:

Blogger tarafından desteklenmektedir.