Instead of showing the main slider full screen it only gets showed in the top 20% of the screen (screenshot attached). That's an issue and I have no idea what causes this problem. Can you help me with that? Also I don't really need a slider. Is there a way to replace it to a static picture with static text?
Can you provide wp admin access in a private comment so we can fix the problem? Also we can hide the slider navigation arrows if you intend on using only one slide.
Dear Support Team,
Instead of showing the main slider full screen it only gets showed in the top 20% of the screen (screenshot attached). That's an issue and I have no idea what causes this problem. Can you help me with that? Also I don't really need a slider. Is there a way to replace it to a static picture with static text?
Thank you in advance for your response.
Kind regards,
Thierry Pasteur
Hello Thierry
Can you provide wp admin access in a private comment so we can fix the problem? Also we can hide the slider navigation arrows if you intend on using only one slide.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello Thierry,
I added the following CSS in theme options -> styling options -> custom CSS
.clapat-slider{
height: 100vh !important;
}
.clapat-slider .flex-direction-nav {
display: none;
}
this will not be lost in between upgrades
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you very much! Now it looks the way I imagined.