Okay
  Public Ticket #323838
100% viewport row heigh
Closed

Comments

  • Martin started the conversation

    Is it possible to set a Visual Composer row to take 100% viewport height?

  •  8,844
    Tahir replied

    Hey!

    There is only a fullscreen Nectar Slider Option. 

    Thanks 


    ThemeNectar Support Team 

  • Martin replied

    Yes. I know that it only works for nectar slider out of the box. 

    But could i hack the js to target a VC row as well?

  • Martin replied

    Hmmm...
    I'll try this:

    .row-class {
        min-height: 100vh;
    }

  •  8,844
    Tahir replied

    yes that could work too. Try like this:

    .row-class {    min-height: 100px !important;  }
    
    /* OR */
    
    .row-class {    height: 100px !important;  }
    
    
    

    Best,

    -T


    ThemeNectar Support Team