Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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 !
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