Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image resizing problem (max-height) Reply To: Image resizing problem (max-height)

#248975
AsGYakimov
Participant

On line 245 of your css you have this:

@media (min-width: 780px)
.content img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

I think this is what breaks your design.