center the slideshow

ND / 2013-06-11 16:24:00   

Where can I center the slideshow pictures on my page?
I find nothing in slideshow.css that works. With 'code' margin: 0px auto;
I am grateful for every tip!
Andreas

arsondpi / 2013-06-11 18:34:56   

Hello - I'm not that sure that it will be easy but I'll have a look if you post a url with a slideshow-format working page.

ND / 2013-06-12 06:53:56   

have a look at schimanski.net
thx andreas

arsondpi / 2013-06-12 10:20:40   

Andreas I had a look and it seems to be more complex than I thought.
Basically you need to fix a series of things to make this work.
I tried the following:

  1. #exhibit #slideshow { width: 1024px; }
  2.  .picture img { margin: 0 auto; text-align: center; }
  3. .picture { position: relative !important; }

with success but you'll notice the images to flicker when changing.
So you'll need to dig deeper into coding.

ND / 2013-06-12 12:46:33   

thank you arsondpi!
I've also tried to center the slide show and after that it flickers! Is there another idea to center it?

arsondpi / 2013-06-12 17:00:27   

you'll need to dig deeper into coding and play around with a combination of javascript and css.

This thread has been closed, thank you.