Viewing 4 replies - 1 through 4 (of 4 total)
  • Change this CSS to:

    .slideshow-content img {
        border: medium none !important;
        display: table;
        margin: 0 auto !important;
        max-width: none !important;
        padding: 0 !important;
    }

    mate, try to add:

    .slideshow-wrapper {text-align: center}

    at the end of your template’s css.

    Thats works for me.

    Hope this help

    See ya

    .slideshow-wrapper {text-align: center}

    @vchierici: Works for me, too! Many thanks.

    This centered everything but the thumbnails, which are still left-aligned. Any ideas?

    .slideshow-info {
    display: none;
    }

    .slideshow-content img {
    border: medium none !important;
    display: table;
    margin: 0 auto !important;
    max-width: none !important;
    padding: 0 !important;
    }

    .slideshow-wrapper {text-align: center}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need help centering portfolio slideshow’ is closed to new replies.