← WordPress

popup para maior 18

Lida 6334 vezes

Offline

Teixeira 
Membro
Mensagens 195 Gostos 7
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Nineth year Anniversary Eighth year Anniversary Windows User Mobile User Apple User Super Combination Combination Topic Starter Level 4

overflow: hidden;

Experimenta ;)

E meto essa regra no css do pulgin?
Offline

Teixeira 
Membro
Mensagens 195 Gostos 7
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Nineth year Anniversary Eighth year Anniversary Windows User Mobile User Apple User Super Combination Combination Topic Starter Level 4

O codigo de css do pulgin está assim. já tentei fazer o que me dizeram mas nao consigo resultdos.

.TB_modal{
   background-color: #f8f8f8;
       
       


}
#wpdoor_message{

   
}
#wpdoor_message h1{
   color: #fff;
   background-color: #ff3200;
   padding: 5px; margin: 0;
   line-height: 1;
   font-size: 200%;
   overflow: auto;
   text-align: center !important;
}

#wpdoor_msg{00001245.05.5555
   display: block;
   background-color:#FFF ;
   line-height: 1.8;
   color: #333;
   height: 200px;
        overflow: auto;
   margin: 10px 0;
   border: 1px dotted #ccc;
   padding: 0 10px;
}

#wpdoor_btn{
   display: block;
   background-color: #FFF;
   text-align: center;
}
#wpdoor_btn a, #wpdoor_btn a:visited{
   width: 40%;
   float: left;
   padding: 8px;
   background-color: #fdffd4;
   font-weight: bold;
   color: #333 !important;
}
a.wpdoor_enter, a.wpdoor_enter:visited{
   float: right !important;
   background-color: #c7ffa7 !important;
}
#TB_window{z-index: 9999; display: block !important; }
#TB_overlay{z-index: 9999;}

Alguma dica, neste codigo.
Offline

andrevq 
Membro
Mensagens 294 Gostos 19
Troféus totais: 22
Trófeus: (Ver todos)
Level 5 Level 4 Seventh year Anniversary Sixth year Anniversary Super Combination Combination Topic Starter Poll Voter Level 3 Level 2

Epáh não sou muito bom em css, mas tenta assim:

Onde está:
Código: [Seleccione]
height: 200px;
overflow: auto;


Troca por:
Código: [Seleccione]
overflow: auto; (apagas o height: 200px;)

Se não resolver, tenta:
Código: [Seleccione]
height: auto; (apagas o overflow: auto;)

Ou ainda:
Código: [Seleccione]
height: 350px; (apagas o overflow: auto;) e aumentas a height para 350px.
Offline

Teixeira 
Membro
Mensagens 195 Gostos 7
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Nineth year Anniversary Eighth year Anniversary Windows User Mobile User Apple User Super Combination Combination Topic Starter Level 4

Epáh não sou muito bom em css, mas tenta assim:

Onde está:
Código: [Seleccione]
height: 200px;
overflow: auto;


Troca por:
Código: [Seleccione]
overflow: auto; (apagas o height: 200px;)

Se não resolver, tenta:
Código: [Seleccione]
height: auto; (apagas o overflow: auto;)

Ou ainda:
Código: [Seleccione]
height: 350px; (apagas o overflow: auto;) e aumentas a height para 350px.

Boas acho que assim como está já escapa.
 a alteração que fiz foi:

.TB_modal{
   background-color: #f8f8f8;
   margin: 10px auto;

#wpdoor_msg{00001245.05.5555
   display: block;
   background-color:#FFF ;
   line-height: 1.8;
   color: #333;       
   margin: 45px 0;
   border: 1px dotted #ccc;
   padding: 0 10px;
}