Okay
  Public Ticket #1727807
Main Slider gets cut off
Closed

Comments

  • Thierry started the conversation

    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

  •  1,973
    Support replied

    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

  •   Thierry replied privately
  •  1,973
    Support replied

    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

  • Thierry replied

    Thank you very much! Now it looks the way I imagined.