Reply To: Mobile header

Home Forums Support Mobile header Reply To: Mobile header

Home Forums Support Mobile header Reply To: Mobile header

#167890
Marko

Here is my custom css.

.site-header .inside-header.grid-container {
    max-width: 100%;
  	height: auto;
    background-image: url('wp-content/uploads/2016/01/gesundheitszentrum.jpg')!important;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  padding: 35px;
}

now it will be displayed fine.