Okay
  Public Ticket #981717
Carousel arrows jumping up and down
Closed

Comments

  •  2
    TJbaar started the conversation

    The next and previous arrows in the carousel jump up and down because their position is determined by image height. How can I keep them at a constant height without using the carousel's maximum picture height option ? Solving this would be really helpful because right now you have to chase the arrows up and down and that's not very user friendly. 

    Example : http://liegeois-opelik.com/index.php/portfolio/fonderie/

    Thank you !

  •  1,558
    Laborator replied

    Hi TJbaar,

    The code below will set a the height manually but it's not worth using, you can try this and see how it looks if you want to use it, the problem is that the Portfolio Navigation is included with the arrows in a div and it will be affected from it's height.

    .single-portfolio-holder.portfolio-type-3 .gallery-slider {
      height: 500px;
    } .portfolio-big-navigation {
      display: block;
      margin-top: 600px !important
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group