Okay
  Public Ticket #2402855
Responsive Page Header Background
Closed

Comments

  •  1
    Denise started the conversation

    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?

  •  3,021
    Andrew replied

    Hi Denise,

    Try the following custom css:

    div#page-header-bg {
        height: 100vh !important;
    }
    

    Hope this helps.

  •  1
    Denise replied

    Excellent!