Single car listing main image scales to be too large on mobile

Issue #31 new
Anojh Thayaparan created an issue

Since no CSS rule exists to govern size of main photo when screen device is below 768px, the photo defaults to its original size and therefore is too large on a mobile display.

To fix this I added the following to cr-single-car.css file just after line 47:

.car_demon_main_photo {
width: 350px;
max-height: 300px;
}

Comments (0)

  1. Log in to comment