MyBB Depo Forum
[1.8] tema genişledi - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.8 Depo (https://mybbdepo.com/mybb-1-8-depo-forumu)
+--- Forum: MyBB 1.8 Soru ve Sorunlarınız (https://mybbdepo.com/mybb-1-8-soru-ve-sorunlariniz-forumu)
+--- Konu Başlığı: [1.8] tema genişledi (/tema-genisledi-konusu.html)



tema genişledi - tuleymanbal - 31-01-2018

Merhaba,
forumumun temasını düzenliyordum fakat nerde bişey değiştirdiysem forum sağa sola yaslandı nasıl düzeltebilirim?

ss;
http://prntscr.com/i88lf2

site: https://www.excompany.xyz


Cvp: tema genişledi - bilsoft - 01-02-2018

"Global.css" girip "#container" bulun, alttaki kodları ekleyin;
%80 lik kısım forumun ne kadar daraltacağınıza bağlı olarak değişebilir.


Kod:
width: 80%;
margin-left: 10%;
margin-right: 10%;

Kod:
#container {
    color: #333;
    text-align: left;
    line-height: 1.4;
    width: 80%;
    margin: 0;
    min-width: 990px;
    font-size: 13px;
    margin-left: 10%;
    margin-right: 10%;
}



Cvp: tema genişledi - tuleymanbal - 01-02-2018

@bilsoft denedim fakat düzelmedi


Cvp: tema genişledi - tuleymanbal - 01-02-2018

gizli sekmeden baktım düzelmiş çok teşekkürler @bilsoft