Displaying images side by side in WordPress
WP Plugin support
WP-e-Commerce plugin video tutorials
http://wordpress.org/support/plugin/customer-area
http://customer-area.marvinlabs.com/support/forum/general-support-questions/
http://customer-area.marvinlabs.com/demo/
Updating plugins
http://customer-area.marvinlabs.com/documentation/general-topics/updating-main-plugin-andor-add-ons/
Customer Area plugin - update procedureUseful to know:
word-wrap: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
Force line break
<p> </p>
<p><br clear="all" /></p>
Try using <br />
HTML
Animate.css
https://daneden.github.io/animate.css/
wow.js
http://mynameismatthieu.com/WOW/
(click on Github, dist)
click on how to use - link & activate:
<script>
new WOW().init();
</script>