Is there any quick CSS that I can add to stop the images on a page displaying portfoilio items from stretching to the width of the page?
Please see attached link for the page in question. I would like the images to display as their original size – 495px x 400px
Many thnaks
Hey makeitbritish!
Please add following code to Quick CSS and adjust as needed
#top .isotope-item.special_av_fullwidth .av_table_col.grid-content {
width: 70%;
}
#top .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image {
width: auto!important;
}
Regards,
Yigit
Hi Yigit
This code doesn’t seem to have worked. The images are stil really stretched out.
Any other suggestions?
Thanks