Comments Martin started the conversationNovember 24, 2014 at 1:45pmIs it possible to set a Visual Composer row to take 100% viewport height? 8,844Tahir repliedNovember 24, 2014 at 5:24pmHey!There is only a fullscreen Nectar Slider Option. Thanks ThemeNectar Support Team Martin repliedNovember 24, 2014 at 5:29pmYes. 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 repliedNovember 24, 2014 at 10:56pm Hmmm...I'll try this:.row-class { min-height: 100vh;} 8,844Tahir repliedNovember 25, 2014 at 3:15pmyes that could work too. Try like this:.row-class { min-height: 100px !important; } /* OR */ .row-class { height: 100px !important; } Best,-T ThemeNectar Support Team Sign in to reply ...
Is it possible to set a Visual Composer row to take 100% viewport height?
Hey!
There is only a fullscreen Nectar Slider Option.
Thanks
ThemeNectar Support Team
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?
Hmmm...
I'll try this:
.row-class {
min-height: 100vh;
}
yes that could work too. Try like this:
Best,
-T
ThemeNectar Support Team