• Resolved webcomx

    (@webcomx)


    Hi, can anybody help me change the post title format?

    I am running custom version of Twenty Eleven with Child themes at https://www.powderwhite.com/blog

    All titles have a 65px margin on the left to allow showing dates on home page and category pages. But I have removed the date on single posts but the 65px margin remains.

    entry-title is the css and seems to be controlled from the functions page (see code) https://pastebin.com/wtSHG5bp (I changed title-date to entry-title so the microformats can be read by Google.

    Anybody have an idea what to do? The titles on home & category pages are H2 and the titles on posts are H1.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you might need to add a new style using single post specific body-class .single:

    .single .entry-title { margin-left: 0; }

    Thread Starter webcomx

    (@webcomx)

    Thanks alchymyth, that did the trick.

    Have a great New Year 2013!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help change post title format’ is closed to new replies.