Align Preview Images to Left of Excerpt and Title
-
I’m using the Pinboard theme, whose default blog style is to have the preview image appear on top of the excerpt, full-width (even if it means expanding the image to fit). I’d like to set it instead to 110px wide (the images’ real size) and to the left of the text, something like: https://blog.getaway.co.za/
I managed to reduce the image display size using the following on the child-theme’s css, so that problem is solved:
.wp-post-image { float: left; width: auto; }
As you can see, I also included float:left but it has no effect on the preview image’s position.
I tried using this but I couldn’t follow it:
https://www.ads-software.com/support/topic/add-image-with-blog-tittle?replies=9
Here’s my blog page:
https://jdvbooks.com/nuestros-libros-blog-full-pg/Thanks!
- The topic ‘Align Preview Images to Left of Excerpt and Title’ is closed to new replies.