• I would like to take the space out of between the title and posts on my homepage. I have checked the css for padding or margin px but can’t seem to find it. Is is possible that I need to add a code to remove it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • It is very difficult to help with this type of problem without being able to view the site. If you post a link to your site where the problem can be seen, someone may be able to help you.

    It really depends on what theme you’re using, but if it uses the more common taxonomy, you can try

    .home .page h1 { margin-bottom: 0px; }

    or whatever margin you want below the h1. This will only change h1 tags on the home page, and if you’re only using h1 tags for the title, it won’t affect anything else.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between title and date in posts’ is closed to new replies.