• Open
  • Bill Thomas
    Spectator
    17.08.2020 at 19:49 #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: 1010
    18.08.2020 at 22:06 #45174

    Please add the following to the Additional CSS:

    .bootstrap-button {
    display: flex;
    }