ehawebdesign
2/24/2018 - 6:05 PM

Offset header for full height row

Takes accout of header height when creating a full height row so it fits exactly to the browser window

.fl-row-full-height .fl-row-content-wrap {
    min-height: calc(100vh - 100px);
}