
Originally Posted by
minotaur1066
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
replace 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%;}
Bookmarks