Home Forums WoodMart support forum Make the landing first row "full height" only on desktop

Make the landing first row "full height" only on desktop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343533

    Jeriss Cloud Center
    Participant

    Dear,

    Please check the page below. I want the first row to be full-height ONLY on desktop.

    How can I do that?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #343596

    Hello,

    You can try this CSS:

    @media (min-width: 768px){
    body div.custom_height_home {
    min-height: 95.5116vh;
    }
    }

    However it would not work much, you have the content that requires the height and this row would not be narrow on mobile devices, you can set full height on the desktop.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)