Quote:
Quote from pablocabo on June 27, 2013, 06:35
Site:
http://idahoprocessor.com/
Theme: Simplify
How can we;
1) slow up (too fast, can’t read it all)
2) change formatting (left formatted vs. center)
Thanks
Please change the value of speed: 1000, from Line 151 of front-page.php
for left alignment of the testimonial use the following code in the Custom Code within Head Area of Simplify Options.
Code:
<style>
.fpage-quote { text-align: left; }
</style>