Clyde
Default Re: Testimonial Manager Support Thread
Quote:
Originally Posted by minotaur1066 View Post
Yes- I did not find anything so I posted a question. Jade , just like yourself, is very good about helping those who use the add-ons which one has developed. I will be sure to post the solution on this thread as well- with the popularity of both Apple Zen and Testimonial Manager, I am sure I will not be the only one to encounter this issue.
open the following css files:
display_all_testimonials.css
testimonials_manager.css
That got me closer- I will tweak the % to get it as close as possiblereplace the following line of code:
Code:
#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
with this
Code:
#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;width:76.8%;}
Thanks again- You are awesome.
Minotaur1066


Reply With Quote



