Comments 1Denise started the conversationMay 14, 2020 at 4:51pmThe page header background is the same height on all screens. Is there a way to make the height of the page header background responsive? Maybe even a % of VH? 3,021Andrew repliedMay 15, 2020 at 4:44pmHi Denise,Try the following custom css: div#page-header-bg { height: 100vh !important; } Hope this helps. 1Denise repliedMay 15, 2020 at 5:11pmExcellent! Sign in to reply ...
The page header background is the same height on all screens. Is there a way to make the height of the page header background responsive? Maybe even a % of VH?
Hi Denise,
Try the following custom css:
Hope this helps.
Excellent!