Site logo

Archived topic

Mobile header

2 replies · Started by Marko on January 25, 2016

Viewing posts 1–3 of 3

Hi Tom.
How can i adjust the mobile header on this site? http://dev.gesundheitszentrum-mg.com/
It is a background image but the header height and text size are currently not fine.
Which css could i use for a better view of the mobile header?

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.

Awesome, thanks for sharing your CSS :)

This archived topic is closed to new replies.