Okay
  Public Ticket #3097647
Full height row
Closed

Comments

  •  28
    Co-Brains started the conversation

    Hi! I'm trying to make a full height first row but without transparent header (you can see the the desired result in the attachment screenshot).
    I selected the "Full height row" option but it overflows the fold at the bottom, and there is an odd space under the header.

    I think it shouldn't behave like this, so there is a way to resolve it globally?

    Thank you

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please send in your admin logins credentials so that we can check this out further.

    Thanks.

  •   Co-Brains replied privately
  •  1,877
    Judith replied

    Hi There,

    Please check it out now.

    Thanks.

  •  28
    Co-Brains replied

    I'm sorry Judith,

    but this is not at all what I was trying to do. You activated the fullscreen row mode, but I need a single scroll page.

    As you can see in the attachment image of the first post, the background image is full height and full width with side and bottom white border and the menu as a top border. So I don't need a full background row, but a contained element that fits horizontally with my body, and vertically with the full height of the window minus the menu, and at the moment it's not like that.

    Is it possible to achieve that?

    Thank you

  •  8,839
    Tahir replied

    Hey Again,

    You can adjust the last value as per your liking.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
            min-height: calc(100vh - 109px - 60px) !important;
        }
    }

    Thanks


    ThemeNectar Support Team