Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, you’re wanting this on your site linked in your profile? If so, where exactly do you want it to show up like that? The site in your profile doesn’t really have a similar area like shown on the site you linked.

    Thread Starter michelascaletta

    (@michelascaletta)

    Hi! Maybe I didn’t explained it well enough!

    The site I linked is not mine, it’s just an example of how I wanted my blog to show the post.

    I want it like this: https://heatherllindsey.com/blog (in the desktop version she put the pictures on the left and the texts on the right)

    My site looks like this: https://michelascaletta.com/category/cicogna-in-arrivo/
    As you see I have the pictures above the texts.

    Can I display the posts like in the example: Picture on the left and text on the right, instead of picture above the text?

    Sorry for my English.

    Thanks.

    Hi, I think this will get you close to what you’re looking for. Add it into Appearance->Customize->Additional CSS

    .taxonomy-category .content .entry-featured-img-wrap {
      float: left;
    }
    
    .taxonomy-category .content .entry-grid-content {
      margin-left: 10px;
      width: 60%;
    }
    Thread Starter michelascaletta

    (@michelascaletta)

    Thanks a lot! It worked!

    Is it also possible to set the picture size?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image to the Left of Post Title and Content’ is closed to new replies.