Right now my theme puts a 180x180 square image to the left of the title on the home page for each blog post. I'd like to change that to be full width of the content area and below the title. I'm using a child theme, any ideas on how this would be done? Thanks!
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Find the post thumbnail reference in your homepage template, or content-{single?}.php -whatever is generating the 180x180 image and change it to:
and add the following to your style.css file:
|
|||
|