• when i publish the slider,i can’t put in the middle of the page.It goes on the left of the page and i need it in the middle. How can i do to solve this?

Viewing 1 replies (of 1 total)
  • 1. Sliders
    2. Take a note on what ID your slider got (eg. 6)
    3. Go to your themes “Appearance”
    4. Extra CSS
    5. Add the following

    .easingslider-6 {
    margin: 0 auto;
    }

    If you don’t have an extra CSS in your themes menu, go to your themes folder and open up style.css and add it there.

    • This reply was modified 7 years, 8 months ago by jreklund.
Viewing 1 replies (of 1 total)
  • The topic ‘problem with slider’ is closed to new replies.