SingaporeIntern
Member
Posted 7 months ago #
Hi there,
i just installed the WP Elegant Testimonial PLugin - very nice. One question: At the moment taxt is being displayed above the picture. For my purposes it would be better if the text is displayed right beside the picture. Please let me know if this can be changed and how.
Thx and best regards,
http://wordpress.org/extend/plugins/wp-elegant-testimonial/
nigeldv
Member
Posted 7 months ago #
Hi, same question as above please.
Thanks
Nigel
nigeldv
Member
Posted 7 months ago #
Hi SingaporeIntern
Try this. I have added two lines of code in the css file to adjust the distance from the top and left and changed the width of the box.
I hope it works for you :)
.tooltip {
display:none;
background-color: #D1D1D1;
font-size:15px;
font-style:italic;
font-family: Copperplate / Copperplate Gothic Light, sans-serif;
width:650px;
padding:25px;
color:#000000;
margin-left:460px;
margin-top:300px;
}
SingaporeIntern
Member
Posted 7 months ago #
Hi nigeldv,
thanks this really works!
Thanks a lot!!