Comments 2Camila started the conversationJune 21, 2021 at 3:13pmHello! I have an image as a header in my projects pages. This image is configured to display fullscreen height. But I want to set an specific heigth for mobile, because some images have texts that appear cropped in mobile. 1,878Judith repliedJune 21, 2021 at 3:42pmHi Camila,Please try this css: @media only screen and (max-width: 999px){.using-mobile-browser #page-header-wrap.fullscreen-header, .using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg, .using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div { height: calc(63vh - 100px) !important;} }Thanks. 2Camila repliedJune 21, 2021 at 4:53pmIt's working! Thank you so much!1 Like Sign in to reply ...
Hello! I have an image as a header in my projects pages. This image is configured to display fullscreen height. But I want to set an specific heigth for mobile, because some images have texts that appear cropped in mobile.
Hi Camila,
Please try this css:
Thanks.
It's working! Thank you so much!