• Hi, I was wondering how do I center align these images per row. The problem with aligning them per picture is that after doing so, it automatically moves to the next line. Which means it’ll turn into 1 pic per line.

    I tried enclosing 4 pictures within <center> </center>, but still it resulted to 1 pic per line.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JP Arcilla

    (@jp-arcilla)

    I also tried brute forcing a few spaces both in the visual and text tab, still it’s not working

    You want all four pictures appear in a single row with same height? If yes, Try this code –

    div.thn_post_wrap img {
    float: left;
    width: 20%;
    height: 250px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Centering images in page’ is closed to new replies.