orhan said:Merhaba Temanın özeliği bootstrap kütüphanesini kullanması onu çıkarırsak tema diye bir şey kalmaz yazdığınız kodları buna göre düzenleyin?
<div class="container-fluid">
Sayfaniz
</div>
.container-fluid {
width: 100%; /*genişliğini tam sayfa yapar*/
padding-right: 15px; /*sağdan 15 santim*/
padding-left: 15px; /*soldan 15 santim daraltır*/
margin-right: auto;
margin-left: auto;
}
@media (max-width: 768px)
.anagovde {
display: inline-block;
}
.anagovde {
display: inline-block;
margin: 0 auto;
min-width: 764px;
max-width: 2300px;
}
table.table_list tbody.content td.stats, .lastpost {
display: none;
}
table.table_list tbody.content td.stats, .lastpost {
display: none;
}
table.table_list tbody.content td.icon, table.table_list a.unreadlink, table.table_list a.collapse, #index_common_stats {
display: none;
}
table.table_list tbody.content td.icon, table.table_list a.unreadlink, table.table_list a.collapse, #index_common_stats {
display: none;
}
.hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2 {
display: none;
}
table.table_list tbody.content td.stats, .lastpost {
display: none;
}
table.table_list tbody.content td.stats, .lastpost {
display: none;
}
.hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2 {
display: none;
}
table.table_list tbody.content td.stats, .lastpost {
display: none;
}
table.table_list tbody.content td.stats, .lastpost {
display: none;
}
orhan said:bu kodu bulun
Code:@media (max-width: 768px) .anagovde { display: inline-block; }
değişin
Code:.anagovde { display: inline-block; margin: 0 auto; min-width: 764px; max-width: 2300px; }
bul sil
Code:table.table_list tbody.content td.stats, .lastpost { display: none; }
bul sil
Code:table.table_list tbody.content td.stats, .lastpost { display: none; }
bul sil
Code:table.table_list tbody.content td.icon, table.table_list a.unreadlink, table.table_list a.collapse, #index_common_stats { display: none; }
bul sil
Code:table.table_list tbody.content td.icon, table.table_list a.unreadlink, table.table_list a.collapse, #index_common_stats { display: none; }
bul sil
Code:.hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2 { display: none; }
Bunlarida
Code:table.table_list tbody.content td.stats, .lastpost { display: none; }
Code:table.table_list tbody.content td.stats, .lastpost { display: none; }
Code:.hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2 { display: none; }
Code:table.table_list tbody.content td.stats, .lastpost { display: none; }
Code:table.table_list tbody.content td.stats, .lastpost { display: none; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.