Comments tim furr started the conversationJuly 18, 2020 at 9:46amI am using a page header image on all my pages - it displays fine on my desk top computer and phone however, on my iPad there's a black band showing underneath the image on each page... how do I get rid of this? 3,017Andrew repliedJuly 18, 2020 at 3:38pmHi Tim,Use the following custom css in Salient > General settings > CSS/Script related: @media only screen and (max-width: 1000px){ div#page-header-bg { background-color: white !important; } } Hope this helps.tim furr repliedJuly 26, 2020 at 1:48pmThanks for this, however it does not seem to have solved it... 3,017Andrew repliedJuly 26, 2020 at 6:18pmHi Tim,Update the css shown in the screenshot as below: @media only screen and (min-width: 1000px){ #page-header-wrap.fullscreen-header, #page-header-wrap.fullscreen-header #page-header-bg, html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header, .nectar_fullscreen_zoom_recent_projects, #nectar_fullscreen_rows:not(.afterLoaded) > div { height: 95vh; } } Hope this helps. Sign in to reply ...
I am using a page header image on all my pages - it displays fine on my desk top computer and phone however, on my iPad there's a black band showing underneath the image on each page... how do I get rid of this?
Hi Tim,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Thanks for this, however it does not seem to have solved it...
Hi Tim,
Update the css shown in the screenshot as below:
Hope this helps.