4

I'm using the beautiful and excellent Fotorama slider, but I have a question!

By default, the slider is on the top on the left!

I just want it center on the page.

I find in the .css, but i don't find the answer.

Can u help me?

Antoine
  • 41
  • 1
  • 3

1 Answers1

12

Add this to your CSS and you should be fine ;-)

.fotorama__wrap {
    margin: 0 auto;
}
SandroWalet
  • 121
  • 2