New Topic

Reply To: header different in front page from posts and pages

Home › Forum › Customization › header different in front page from posts and pages › Reply To: header different in front page from posts and pages

#910

StartupWP
Keymaster

The problem is that the site title structure is different on certain pages for SEO reasons.

So remove the margin from:

#site-title a, #site-title h1 a, #site-title h1 {
  color: #344997;
  font-family: Garamond,Georgia,serif;
  font-size: 40px;
  font-weight: bold;
  margin: -100px 0 0;
  padding: 0 0 0 125px;
  text-shadow: 0 0 0 #344997;
}

And instead add:

#site-title {
  margin: -100px 0 0;
}