How to Center a Cu3er Slideshow using Artisteer.


Author Message
Dennis

Posted: 1/28/2013
Quote message 

Searched long and hard for this simple solution so I thought I'd share it here:

Needed to center my Venora Cu3er slide show in a banner position and wanted to use Artisteer to do it. Simply place the following css in your Export>Options>Additional CSS styles:

/* Center Cu3er Slideshow */


.v3dslideshow {
margin: auto !important;
}



That's it.