Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #437428

    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

    #437432

    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

    #438467

    Hi Yigit

    This code doesn’t seem to have worked. The images are stil really stretched out.
    Any other suggestions?
    Thanks

    #438553

    Hi!

    Can you please flush browser cache and refresh your page a few times. It does seem to be working fine on my end

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.