How to crop flexslider in height?

1 reply · opened Jun 9, 2020

Ffrederic80Jun 9, 2020

Hi,

How can I crop the flex slider to 60% in height? The button and text on the slider should be on the same position as now.
And the content beneath the slider should also move upwards, so it becomes visible in the top section.
https://studiowolf.be/test/probuy/diensten.html

Thanks!
Frederic

SSemicolon WebSTAFFJun 9, 2020

Hello,

Unfortunately, this is not supported out of the box and requires CSS Customizations. We can provide you with an experimental code but you will need to build on top of this according to your needs for responsive design. Consider using the following code:


#content {
	margin-top: -40vh;
	z-index: 2;
}

This should work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard