Siccome un plugin mi crea uno spazio bianco nel footer di un wordpress, c'e' qualche errore in questo file (penso perche' se lo rinonimo lo spazio bianco sparisce) Non sapreste darmi un'indicazione su cosa potrebbe provocare lo spazio bianco
spazio.jpg
Codice PHP:
.twosides_fieldset .twosides-left {
float:left;
display:inline-block;
}
.twosides_fieldset .twosides-right {
float:right;
display:block;
}
.twosides_fieldset input[type="submit"]{
min-width: 50px;
margin: 8px auto;
}
.prohead-count,
.conhead-count{
display:block;
height:1.222em;
margin-left: .5em;
}
legend p.twosides-conhead,
legend p.twosides-prohead{
display: flex;
width: 100%;
position:relative;
top: 15px;
}
.comments-area .reply a {
display:none;
}
#commentform p.ts-hidden {
display: none;
}
.comments-above-list{
display: block;
width: 100%;
padding: 1%;
}
#comments.comments-area.twosides #commentform {
margin-bottom: 60px;
}
@keyframes textOut {
0% {
opacity: 0;
margin-left: -620px;
}
100% {
opacity: 1;
margin-left: 0px;
}
}
#commentform:target,
#commentform:focus {
animation-name: textOut;
animation-duration: 1.2s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-delay: 0s;
animation-play-state: normal;
animation-direction: normal;
animation-fill-mode: forwards;
}
.comments-area.twosides #respond.comment-respond.twoside-positive,
.comments-area.twosides #respond.comment-respond.twoside-negative{
color: inherit;
}
.comment-body {
border-bottom: none;
line-height: 1.4;
padding: 12px;
}
#comments.comments-area.twosides {
width: 100%;
margin: 30px auto 60px auto;
padding: 30px 0px;
max-width: 910px;
display: table;
}
ul.comment-list.comments-positive{
width: 50%;
margin: 0;
float: left;
height: 100%;
padding-left: 0;
border-right-color:transparent;
border-right-style: solid;
}
ul.comment-list.comments-negative {
width: 50%;
margin: 0;
float: right;
display:block;
padding-left: 0;
border-left-color:transparent;
border-left-style: solid;
}
.comment-list li.twosides_positive,
.comment-list li.twosides_negative {
list-style: none;
height: auto;
width: 100%;
padding: 0;
}
li.twosides_positive {
color: inherit;
}
li.twosides_negative {
color: inherit;
}
.comment-content {
overflow-y: auto;
}
#respond.comment-respond {
position: absolute;
left: -999em;
}
#respond.comment-respond.twoside-positive,
#respond.comment-respond.twoside-negative {
position: relative;
left: auto;
}
#respond.comment-respond:before,
.comments-above-list:before{
content: " ";
clear:both;
width: 100%;
height: 1px;
display: block;
padding: 30px 0px 15px 0px;
border-top: 1px solid #ddd;
}