• LV

    (@lordvader)


    Hi support,

    Is there CSS code that I can put somewhere
    to lower/ rise the dots ?

    Regards,

    LV

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Yes, can you link me to your website/page so I can write the CSS for you?

    Regards,
    Bryle

    Thread Starter LV

    (@lordvader)

    Hi bcrodua,

    That would be great!

    https://raymondprins.com/metaslider/

    Also I would like to know. If I have like 40 pictures in a slide.
    The first 33 dots are in 1 row and the other 7 are placed under these.
    How can I have 2 rows of 20 dots?

    Regards,

    LV

    Hi,

    Sorry we didn’t get back to you sooner! You can adjust the bottom property on the nav dots to reposition them, such as:

    .flexslider .flex-control-nav {
        bottom: 2rem;
    }

    To control the flow a bit more, you could probably adjust the width of the nav too, so using the above code, add in width: 300px

    .flexslider .flex-control-nav {
        bottom: 2rem;
        width:300px;
    }

    Let me know if you have any questions

    Thread Starter LV

    (@lordvader)

    Hi kbatdorf,

    No problem about the delay. I also replied a bit late.

    Tried your code. Works almost perfect! Made some little changes.
    As you can see the first ( all portrait pictures ) have
    the same problem.

    Any suggestions would be great.

    Regards,

    Hi,

    You just need to continuously adjust the CSS until you get the placement where you want it.

    Let me know if you have any more questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to lower/ rise the dots ?’ is closed to new replies.