Visualizzazione dei risultati da 1 a 2 su 2

Discussione: spazio bianco footer

  1. #1

    spazio bianco footer

    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-width50px;
        
    margin8px auto;
        

    .
    prohead-count,
    .
    conhead-count{
        
    display:block;
        
    height:1.222em;
        
    margin-left.5em;
    }
    legend p.twosides-conhead,
    legend p.twosides-prohead{
        
    displayflex;
        
    width100%;
        
    position:relative;
        
    top15px;
    }
    .
    comments-area .reply a {
        
    display:none;
    }
    #commentform p.ts-hidden {
        
    displaynone;
    }
    .
    comments-above-list{
        
    displayblock;
        
    width100%;
        
    padding1%;
    }
    #comments.comments-area.twosides #commentform {
    margin-bottom60px;


    }
    @
    keyframes textOut {
    0% {
      
    opacity0;
      
    margin-left: -620px;
    }
    100% {
      
    opacity1;
      
    margin-left0px;
    }
    }
    #commentform:target,
    #commentform:focus {
     
    animation-nametextOut;
    animation-duration1.2s
    animation-timing-function: ease;
    animation-iteration-count1;
    animation-delay0s;
    animation-play-statenormal;
    animation-directionnormal;
    animation-fill-modeforwards;
    }
    .
    comments-area.twosides #respond.comment-respond.twoside-positive,
    .comments-area.twosides #respond.comment-respond.twoside-negative{
        
    colorinherit;
    }
    .
    comment-body {
        
    border-bottomnone;
        
    line-height1.4;
        
    padding12px
    }
    #comments.comments-area.twosides {
        
    width100%;
        
    margin30px auto 60px auto;
        
    padding30px 0px;
        
    max-width910px;
        
    displaytable;
    }
    ul.comment-list.comments-positive{
        
    width50%;
        
    margin0;
        
    floatleft;
        
    height100%;
        
    padding-left0;
        
    border-right-color:transparent;
        
    border-right-stylesolid;
    }
    ul.comment-list.comments-negative {
        
    width50%;
        
    margin0;
        
    floatright;
        
    display:block;
        
    padding-left0;
        
    border-left-color:transparent;
        
    border-left-stylesolid;
    }
    .
    comment-list li.twosides_positive,
    .
    comment-list li.twosides_negative {
        list-
    stylenone;
         
        
    heightauto;
         
        
    width100%;
        
    padding0;
    }
    li.twosides_positive {
        
    colorinherit;
    }
    li.twosides_negative {
        
    colorinherit;
    }
    .
    comment-content {

        
    overflow-yauto;

    #respond.comment-respond {
    positionabsolute;
    left: -999em;
    }
    #respond.comment-respond.twoside-positive,
    #respond.comment-respond.twoside-negative {
    positionrelative;
    leftauto;
    }
    #respond.comment-respond:before,
    .comments-above-list:before{
        
    content" ";
        
    clear:both;
        
    width100%;
        
    height1px;
        
    displayblock;
        
    padding30px 0px 15px 0px;
        
    border-top1px solid #ddd;

    Ultima modifica di frezzosino; 27-01-2019 a 21:46

  2. #2
    Moderatore di PHP L'avatar di Alhazred
    Registrato dal
    Oct 2003
    Messaggi
    12,503
    Questo è CSS, non PHP.
    Devi chiedere nella sezione CSS.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.