• Closed
  • 01.05.2017 at 21:33 #33581

    Hi, I am using the evolve theme on my new wordpress side: http://sigurlaug.is and the bootstrap slider jumps when it canges from one photo to another. I can´t find out how to prevent this. I want it to change smooth like it does on this side (which I use for practise): http://birta.bhs.is/~1709563629/lokaverkefni/

    Could you please help me to figure this out?
    Best regards from Reykjavík
    Sigurlaug Kristmannsdóttir

    Priyank
    Spectator
    Posts: 747
    02.05.2017 at 09:15 #33590

    Hi

    it is the use of first slider image height (http://prnt.sc/f34w4h) and second slider image height (http://prntscr.com/f34xk3) is different

    Firest of bootstrap slider all image height in same

    Sigurlaug Kristmannsdóttir
    Spectator
    Posts: 2
    02.05.2017 at 20:14 #33599

    Thank you for your answer, but it did not solve the problem. Even when i put the same image, the bottstrap slider still jumps. Look: https://sigurlaug.is

    Hope you can help me
    Sigurlaug

    Priyank
    Spectator
    Posts: 747
    03.05.2017 at 07:28 #33603

    Hi,

    Find below css in your custom css area
    .left {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: left;
    }

    Replace it below css to exist one.
    .left {
    float: left;
    }

    Thank you

    Sigurlaug Kristmannsdóttir
    Spectator
    Posts: 2
    03.05.2017 at 10:19 #33610

    Thank you 1000 times! That solved my problem! Best regards from sunny Reykjavík, Sigurlaug

    Priyank
    Spectator
    Posts: 747
    04.05.2017 at 07:20 #33615

    You are welcome

    Thank you