Okay
  Public Ticket #2929588
Row Hight
Closed

Comments

  •  8
    byggis started the conversation

    Hi, is there anyway to make a special size row hight?
    I would like to make a row 2/3 of the screen. For both video and image.

    I know there is settings for Full Height Row, but to make it 2/3 in size?

    Regards Marcus

  •  1,878
    Judith replied

    Hi Byggis,

    Thanks for keeping in touch.

    Please send in your website url so that we can provide css for what's possible.

    Thanks.

  •   byggis replied privately
  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(89vh - 111px);
    }

    Thanks.