Hi,
How can I align the slides to center? I've tried making the shortcode
[promoslider category="xxxx" align="center" width="xxxpx" height="xxxpx"]
I've checked that all images are the exact same size as well.
What am I doing wrong?
Thanks.
Hi,
How can I align the slides to center? I've tried making the shortcode
[promoslider category="xxxx" align="center" width="xxxpx" height="xxxpx"]
I've checked that all images are the exact same size as well.
What am I doing wrong?
Thanks.
There is no align="center" attribute in the shortcode, but I am beginning to think this is not a bad idea.
For now, you should be able to add a line to you active theme's style.css file:
div.promo_slider_background_image img{ margin:0 auto; }
You must log in to post.