Okay
  Public Ticket #285949
Change Header / subtitles position
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    How to change the position of the header title and subtitles?

    We can choose left, right and center... How to make it for example 100px higher?

    Thanks, best,

  • Jonathan replied

    Give this a go. Just add it to your page css:

    #page-header-bg .subheader {
        position: relative!important;
        top: -100px!important;
    }

    #page-header-bg h1 {
        position: relative!important; 
        top: -100px!important;
    }