• How to move slider navigation dots to the left or to the right of the slider ?
    (flex-control-nav)
    I tried some custom css changes but nothing working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • paul.a.cunn

    (@paulacunngmailcom)

    Currently they are aligned using the “text-align” attribute to the center. Add the following to the custom Css. Change the “right” attribute to whatever you want so that the nav dots appear where you want them. You could also use percents. Use a negative value to move it to the right.

    .flex-control-nav {
    text-align: left;
    right: -10px;
    }
    Thread Starter mister klucha

    (@mister-klucha)

    Ok i try this
    thanks for help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slider navigation dots’ is closed to new replies.