• Closed
  • May 1, 2017 at 9:33 pm #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
    May 2, 2017 at 9:15 am #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
    May 2, 2017 at 8:14 pm #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
    May 3, 2017 at 7:28 am #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
    May 3, 2017 at 10:19 am #33610

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

    Priyank
    Spectator
    Posts: 747
    May 4, 2017 at 7:20 am #33615

    You are welcome

    Thank you