• Open
  • Bill Thomas
    Spectator
    August 17, 2020 at 7:49 pm #45160

    The location for buttons on bootstrap slider images shows int he settings as bottom left and bottom middle. However, when we change it to bottom left, it actually shows up at left middle. How can we change the location to bottom left? Thanks.

    Evgeny
    Keymaster
    Posts: 988
    August 18, 2020 at 10:06 pm #45174

    Please add the following to the Additional CSS:

    .bootstrap-button {
    display: flex;
    }