1) Подскажите, как сделать выделенные в поиске пункты по центру? Мой форум
Мож так ?
В HTML верх
<style type="text/css">
.punbb #punbbsearch .infofield,
.punbb #punbbsearch legend,
.punbb #punbbsearch fieldset{
width:97%!important;
text:align:center!important;
}
.punbb #punbbsearch fieldset .selectfield,
.punbb #punbbsearch fieldset .inputfield{
display:inline-block;float:none;
}
</style>