Viewing 1 replies (of 1 total)
  • bripsch

    (@bripsch)

    Ok so I had this issue too, but I figured it out. You need to go into the .css file in the plugin, and remove the bit about the image. So, after you cut it out, it should jump like this: (you can see how it’s different)

    .kento-testimonial{
    min-height:200px;
    text-align:center;
    width:100%;
    position:relative;
    }
    <——————————this is where it’s cut out
    .kento-testimonial-author-name{
    font-size:18px;
    font-weight:bold;
    padding-top:10px !important;
    }
    .kento-testimonial-author-comments{
    background:url(“quote.png”) no-repeat scroll 6px 10px rgba(0, 0, 0, 0);
    font-style:italic;
    margin-bottom:30px;
    margin-top:0px;<———————change this margin to 0 so it sits right
    padding-left:35px;
    padding-top:20px;
    text-align:justify;
    }
    #kento_quotes{
    margin:0;
    padding:0;
    list-style:none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to take away the picture circle’ is closed to new replies.