• Resolved suzon

    (@suzon)


    Hi!
    i read in other posts how to change the size of the slider, but now all slides are on the left. i tried in the custom css…align-center, float:center, but am not at all skilled for code…
    What can i do to center the slider?

    will appreciate any help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter suzon

    (@suzon)

    oops…here is the site: http://new.playmoves.org

    Thread Starter suzon

    (@suzon)

    sorry…to recap:
    i did follow your advice from another post to put this code

    .flexslider {
        width: 377px;
        height: 300px;
    }
    
    .flexslider .slides img {
    width: 377px;
    display: block;
    }

    but the slider now is on the left, and there is no shortcode anymore in the page, since the version 2 installed.

    Please let me know how to center the slider
    cheers

    Theme Author Fruitful Code

    (@fruitfulcode)

    suzon,

    1. Slider display images in original size
    2. By default all images must be full width or with 940px width.

    If you want to add own little images in slider, you can use alternative sliders plugins by other developers or add this css in theme options > custom css

    .flexslider .slides img {
    width: 377px;
    display: block;
    max-height: 900px;
    margin: 0 auto;
    }

    Remove all your previous code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘slider not centered in v2’ is closed to new replies.