Comments 1Benoit started the conversationSeptember 19, 2014 at 5:57pmHi,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 repliedSeptember 19, 2014 at 10:51pmGive 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;} Sign in to reply ...
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,
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;
}