[Resolved] Mobile header

Home Forums Support [Resolved] Mobile header

Home Forums Support Mobile header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #167881
    Marko

    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?

    #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.

    #167961
    Tom
    Lead Developer
    Lead Developer

    Awesome, thanks for sharing your CSS 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.