Viewing 1 replies (of 1 total)
  • Thread Starter jkachhara

    (@jkachhara)

    Hi,

    I have solved the above issue by changing following code in my style.css:

    .flexslider .flex-control-paging {
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: 0px;
    text-align: right;
    padding: 0 30px;
    z-index: 20;
    }

    replace it with

    .flexslider .flex-control-paging {
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: 0px;
    text-align: center;
    padding: 0 30px;
    z-index: 20;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the position of Meta slider paging bullet?’ is closed to new replies.