Alterar largura do fórum
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Alterar largura do fórum
- Descrição:
Boas a todos,
é o seguinte, eu já fiz muita pesquisa aqui, para tentar diminuir a largura do meu forum, mas não consigo.
Já fui à opção estrutura de paginas, alterar o numero, mas fica sempre na mesma. Já meti varios códigos nas folhas de estilo css e não funciona..Será que alguém me podia ajudar?
Se possivel, podem dar uma vista de olhos no meu forum é porque tenho widgets, e uma imagem muito grande no topo e não sei se isso pode estar a fazer conflito...
Agradecia imenso todas as ajudas
- Informações:
Fórum: | http://abcdastartarugas.umforum.net/ | Versão: | PHPBB2 |
Tipo: | Erros diversos | Tags: | Alterar,largura,fórum |
Última edição por marcos1989 em 26.06.14 5:26, editado 1 vez(es)
Re: Alterar largura do fórum
Olá,
Adicione este código em sua folha CSS:
Adicione este código em sua folha CSS:
- Código:
.bodylinewidth {
width: 98%!important;
}
Re: Alterar largura do fórum
Boas, muito obrigado pela ajuda...
Mas não funcionou
1 .bodylinewidth {
2 width: 70%!important;
3 }
Meti assim amigo , não sei se meti o código como devia ser...
Mas não funcionou
1 .bodylinewidth {
2 width: 70%!important;
3 }
Meti assim amigo , não sei se meti o código como devia ser...
Re: Alterar largura do fórum
Saudações,
Mande-nos teu CSS por gentileza.
O código do nosso amigo Alex, meta o mesmo no inicio de teu CSS e veja se resulta.
Abraços.
Mande-nos teu CSS por gentileza.
O código do nosso amigo Alex, meta o mesmo no inicio de teu CSS e veja se resulta.
Abraços.
Re: Alterar largura do fórum
bodylinewidth {
width: 80%!important;
}
.vote {
float: right;
margin-left: 4px;
width: 9px;
}
.vote .vote-button {
font-weight: 700;
margin-left: -1px;
text-align: center;
}
.vote .vote-button a {
text-decoration: none !important;
}
.vote .vote-bar {
border: 1px solid #666666;
font-size: 0;
height: 50px;
margin: 0 auto;
width: 3px;
}
.vote .vote-no-bar {
letter-spacing: -2px;
margin-left: -2px;
white-space: nowrap;
}
.vote .vote-bar-plus {
background-color: #00FF00;
}
.vote .vote-bar-minus {
background-color: red;
}
div.vote-count {
background: url("i58.servimg.com/u/f58/18/44/11/55/36760410.png") no-repeat scroll 0 0 transparent;
color: #4AAE00;
font-size: 10px;
font-weight: 700;
height: 17px;
padding-top: 2px;
text-align: center;
width: 27px;
}
td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}
.entry-content img {
max-width: 300px!important;
max-height: 300px!important;
}
Ele está assim amigo.
width: 80%!important;
}
.vote {
float: right;
margin-left: 4px;
width: 9px;
}
.vote .vote-button {
font-weight: 700;
margin-left: -1px;
text-align: center;
}
.vote .vote-button a {
text-decoration: none !important;
}
.vote .vote-bar {
border: 1px solid #666666;
font-size: 0;
height: 50px;
margin: 0 auto;
width: 3px;
}
.vote .vote-no-bar {
letter-spacing: -2px;
margin-left: -2px;
white-space: nowrap;
}
.vote .vote-bar-plus {
background-color: #00FF00;
}
.vote .vote-bar-minus {
background-color: red;
}
div.vote-count {
background: url("i58.servimg.com/u/f58/18/44/11/55/36760410.png") no-repeat scroll 0 0 transparent;
color: #4AAE00;
font-size: 10px;
font-weight: 700;
height: 17px;
padding-top: 2px;
text-align: center;
width: 27px;
}
td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}
.entry-content img {
max-width: 300px!important;
max-height: 300px!important;
}
Ele está assim amigo.
Re: Alterar largura do fórum
Saudações!
Aceda à tua "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Altere teu CSS pelo abaixo:
Código:
Melhores cumprimentos,
Sennior.
Aceda à tua "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Altere teu CSS pelo abaixo:
Código:
- Código:
bodylinewidth {width: 80pc !important;}
.vote {
float: right;
margin-left: 4px;
width: 9px;
}
.vote .vote-button {
font-weight: 700;
margin-left: -1px;
text-align: center;
}
.vote .vote-button a {
text-decoration: none !important;
}
.vote .vote-bar {
border: 1px solid #666666;
font-size: 0;
height: 50px;
margin: 0 auto;
width: 3px;
}
.vote .vote-no-bar {
letter-spacing: -2px;
margin-left: -2px;
white-space: nowrap;
}
.vote .vote-bar-plus {
background-color: #00FF00;
}
.vote .vote-bar-minus {
background-color: red;
}
div.vote-count {
background: url("i58.servimg.com/u/f58/18/44/11/55/36760410.png") no-repeat scroll 0 0 transparent;
color: #4AAE00;
font-size: 10px;
font-weight: 700;
height: 17px;
padding-top: 2px;
text-align: center;
width: 27px;
}
td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}
.entry-content img {
max-width: 300px!important;
max-height: 300px!important;
}
Melhores cumprimentos,
Sennior.
Re: Alterar largura do fórum
Muito obrigado pela ajuda, já copiei o codico css que me deu mas continua igual
Há mais alguma coisa que eu possa fazer?
Há mais alguma coisa que eu possa fazer?
Re: Alterar largura do fórum
Saudações!
Aceda à tua "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Altere teu CSS pelo abaixo:
Código:
Melhores cumprimentos,
Sennior.
Aceda à tua "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Altere teu CSS pelo abaixo:
Código:
- Código:
.bodyline {max-width: 91pc !important;min-width: 109pc !important;}
.vote {
float: right;
margin-left: 4px;
width: 9px;
}
.vote .vote-button {
font-weight: 700;
margin-left: -1px;
text-align: center;
}
.vote .vote-button a {
text-decoration: none !important;
}
.vote .vote-bar {
border: 1px solid #666666;
font-size: 0;
height: 50px;
margin: 0 auto;
width: 3px;
}
.vote .vote-no-bar {
letter-spacing: -2px;
margin-left: -2px;
white-space: nowrap;
}
.vote .vote-bar-plus {
background-color: #00FF00;
}
.vote .vote-bar-minus {
background-color: red;
}
div.vote-count {
background: url("i58.servimg.com/u/f58/18/44/11/55/36760410.png") no-repeat scroll 0 0 transparent;
color: #4AAE00;
font-size: 10px;
font-weight: 700;
height: 17px;
padding-top: 2px;
text-align: center;
width: 27px;
}
td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{
color: transparent;
}
.entry-content img {
max-width: 300px!important;
max-height: 300px!important;
}
Melhores cumprimentos,
Sennior.
Tópicos semelhantes
» Alterar largura do fórum
» Alterar largura do fórum
» Alterar proporções da largura do Chatbox
» Alterar largura da estrutura do fórum
» Alterar tamanho/largura do fórum
» Alterar largura do fórum
» Alterar proporções da largura do Chatbox
» Alterar largura da estrutura do fórum
» Alterar tamanho/largura do fórum
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos