Viewing 1 replies (of 1 total)
  • Sam

    (@soumendra)

    Hello,

    You have added this code:

    .home .site-header .home-link {
      color: #FFF;
      height: 600px;
      background: url(uploads/2017/01/home.jpg) no-repeat center top;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      -webkit-background-size: auto 100%;
      background-size: auto 100%;
      padding: 0 100px 0px 100px;
      text-align: left;
    }

    You need to remove the padding from the above code and add this code instead for better result:

    @media screen and (min-width: 1070px){
    .site-header .home-link {
        padding: 0 100px !important;
    }}

    Hope that helps.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Alignment Site title homepage differs from other pages’ is closed to new replies.