Reply To: Soliloquy slider not centered all the time. Theme issue? Slider issue? Gen 2.x?

Homepage Community Forums Legacy Theme Support Soliloquy slider not centered all the time. Theme issue? Slider issue? Gen 2.x? Reply To: Soliloquy slider not centered all the time. Theme issue? Slider issue? Gen 2.x?

#6986
dev77
Customer

    Site: http://surgeonsstory.com/wp/

    Just a bit confused.

    You have the wrong width set, this theme is 1140px not 960px. Once you change it to 1140px, use the Regenerate Thumbnails plugin so it will automatically adjust all of your thumbnails/images to the size you set in the slider settings.

    Here is what I did:

    My 2 slides are 960 x 350.

    I changed to the Genesis Responsive Slider.

    I set the “Maximum slider with (in pixels) in Genesis Responsive Slider setting page to 1140.

    I did the Regen.

    No change. When I stretch the screen width, at a certain point the slide is not centered. (Works fine at smaller widths.)

    So where do I change something to 1140?

    I looked in the CSS and saw the slider was set to 1140.

    `slider .wrap {
    background-image: url(images/slide-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 30px 0 5px !important;
    width: 1140px;
    }`

    Using Chrome Inspect I changed it to:

    .slider .wrap {
    width: 960px;
    }

    That worked.

    I did not make this permanent as I doubt this is the best way to do it.

    Perhaps you can explain just a bit more?

    I really appreciate your help on this but I don’t understand where I am to change it (what?) to 1140.

    Thank you.