Header text vertical align to bottom

Hi!

How it is possible to get header text to bottom?
http://www.prommikjapartnerid.ee/

Please also add the option, how can I change header text colour.

Hey Pärt,

Welcome to the BB forums! :slight_smile:

You could try this CSS snippet and see if it works. First, remove the padding you’ve set on .fl-page-header-container. Then add these in.

.fl-page-header-logo.col-md-12 {
  padding-top: 70px;
  padding-bottom: 100px;
}
.fl-page-header-logo.col-md-12 .fl-page-header-logo {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

The header text color can be changed under Theme Customizer > Header > Header Style.

Ben