Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hello,
    remove the current style in your Custom styles area and paste these lines:

    .widget ul li.pis-li {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 10px;
    }
    
    li.pis-li:nth-child(odd) {
        background-color: #f5f5f5;
    }
    
    li.pis-li:nth-child(even) {
        background-color: #fff8dc;
    }
    
    .pis-gravatar {
         display: block;
         float: left;
         height: 50px;
         width: 50px;
    }
    
    .pis-title {
      font-size: 14px;
      font-style: bold;
    }
    
    .pis-li p {
         border: 0 none;
         margin-left: 65px;
         padding-left: 0;
    }
    
    .pis-gravatar {
        margin-left: -65px
    }

    Let me know, please.

    Thread Starter petrizzo

    (@petrizzo)

    Wonderful!!

    Perfect!!

    Thanks!

    Tante grazie!

    Mariángela

    Plugin Author Aldo Latino

    (@aldolat)

    You’re very welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing background color and align text in PIS’ is closed to new replies.