• Closed
  • yuh yang
    Spectator
    October 22, 2014 at 12:23 pm #13301

    when i select Layout Style Wide, the bootstrap slide align on left.

    how do i make it center?

    thank you!

    Roman
    Spectator
    Posts: 3147
    October 24, 2014 at 9:54 am #13313

    please provide your website

    yuh yang
    Spectator
    Posts: 4
    October 24, 2014 at 10:55 pm #13321

    here is the website: apuusa.org

    thank you!

    Roman
    Spectator
    Posts: 3147
    October 26, 2014 at 9:56 am #13333

    try this code in the Custom CSS field:

    .carousel-inner .item img {
    text-align:center;
    }

    yuh yang
    Spectator
    Posts: 4
    October 27, 2014 at 11:15 pm #13359

    no luck, doesn’t work.

    the slide pictures still align on left.

    Alok Maheshwari
    Spectator
    Posts: 303
    October 29, 2014 at 9:32 pm #13377

    Try

    .carousel-inner .item img {
    margin:auto;

    }

    yuh yang
    Spectator
    Posts: 4
    October 29, 2014 at 10:51 pm #13383

    Great!

    it works now.

    thank you so much!