• I suspect this is an easy fix, but I’ve combed through the forums and haven’t been able to find a solution. I just want to move the post title and date to the right of the thumbnail image (it currently sits above the thumbnail image — see http://www.AsHerWorldTurns.com).

    In case this helps, I am using the plug-in Excerpt Editor to generate the excerpts with thumbnails. Awhile ago I put this code in my child theme to get the thumbnail to float left of the excerpt:

    .attachment-thumbnail { float: left; margin: 25px 10px 10px 0; }

    Now I just want the post title and date to join the excerpt on the right of the thumbnail image. If anyone can help me I would be so grateful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • This need css and also coding changes on your template index.php file
    Thanks

    I suspect this is an easy fix

    Maybe — but only if you know HTML and CSS pretty well. You’d need to put the thumbnail first (keep it floated left) — and then the title, date and excerpt. And then you might need to tweak if a bit with CSS – depending on how the spacing, etc. looks.

    Thread Starter AsHerWorldTurns

    (@asherworldturns)

    Any suggestions on what code I would use to do that (put thumbnail first floated left, then title, date, excerpt)? Everything I’ve tried so far has been a shot in the dark.

    Thanks for your help!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move the post title and date to the right of the thumbnail image?’ is closed to new replies.