This topic has 2 replies, 2 voices, and was last updated 8 years by ahd904.

  • Author
  • #60620
     ahd904
    Participant

    Hello,

    i have one question rising about the blank spaces shown in the mobile view.

    I think these blank spaces are shown when i apply background image or background video to a column in Visual composer.

    Please refer to this website view. You will see that the blank space is created in the mobile view.
    IBYI

    Would there be any solution to this. I would not actually mind if the column with background video not to be shown in the mobile view but surely, i dont want a blank space.

    Thank you in advance for support.

    #60737
     Laura
    Moderator

    Hello, just add this css code to your quick css or style.css in the child theme 🙂 This will delete the blank space created by the video only in mobile

    COPY CODE
    
    @media (max-width: 991px) {
    section.container-wrap.main-color.bg-full-video.no-video-controls.text-center {
      display: none;
    }
    }
    

    Let me know if it helps 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #60759
     ahd904
    Participant

    Thanks Laura, it works perfectly 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?