Aumentar largura no forum?
Enviado: 29 Nov 2011, 13:04
Gostaria de aumentar a largura desse stylo,uso o 2Unilever mas ele é muito estreito tanto no forum como no portal. Obrigado.Suporte com ética e seriedade
https://www.suportephpbb.com.br/
Código: Selecionar todos
#ipbwrapper{
margin: 0px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
width: 827px;
}
Código: Selecionar todos
width: 1200px;
Código: Selecionar todos
width: 90%;
Na linha marcada em vermelho coloque um valor em pixel ou em porcentagem ex: 1200px; ou 100% ( isso dependerá muit do tamanho que você deseja estender o tema)#ipbwrapper{
margin: 0px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
width: 827px;
}
onde está marcado em vermelho você colocará o mesmo valor que colocou no codigo anterior ex: colocou 100%# em (ipbwrapper)#menu {
position: absolute;
top: 130px;
background: #D50909;
width: 825px;
height: 23px;
color: #fff;
border-top: 4px solid #E3E3E3;
border-bottom: 6px solid #E3E3E3;
}