• /* featured thumbnail */
    .featured-thumbnail {
      margin: 0;
      max-height: 130px;
      overflow: hidden;
    }
    .featured-thumbnail img {
      max-width: 100%;
      width: 100%;
      height: 130;

    What can I add in there to make the image aligned to the LEFT?
    (Because right now it kind of cuts off some of the image. I think it´s automatically aligned to the center)

Viewing 1 replies (of 1 total)
  • Hello!

    Try
    float:left;

    But if you would give me a link to your site, I would be happy to take a look.

    Greetings,
    Balint

Viewing 1 replies (of 1 total)

The topic ‘Aligning featured thumbnail to left?’ is closed to new replies.