Support › Forums › Cian – WP Theme › Portfolio images on mobile › Reply To: Portfolio images on mobile
November 16, 2015 at 10:21 am
#4939
Keymaster
Hi,
you are right. And there is the same problem in the demo website. Thanks for the help. To fix it, in the page Appearance > Theme Options > Custom CSS, in the option Custom CSS, you have to add the next code:
@media (max-width:480px){
.gallery-images a{
max-height: 170px;
}
}
Regards