Topic Resolution: Resolved
  • Closed
  • EJ Avis
    Spectator
    06.07.2016 at 19:20 #28810

    Hi! I’ve recently bought the Evolve theme and have been following the documentation to get everything the way it should be. The issue I am having is within the Portfolio section. The images are shown correctly on the Portfolio index page (figure 1) but the image is way too large when going to the portfolio post (figure 2).

    Is there a way I can resolve this so the portfolio item page (not the index) displays the actual dimensions instead of being stretched/expanded?

    Domain: http://www.avisongraphics.com

    Figure 1:

    Figure 2:

    Denzel Chia
    Moderator
    Posts: 2656
    07.07.2016 at 01:03 #28813

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .single-evolve_portfolio .flex-active-slide img {
    width: auto !important;
    }

    EJ Avis
    Spectator
    Posts: 1
    07.07.2016 at 07:42 #28820

    Thanks Denzel! All is working now. I appreciate the help 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    07.07.2016 at 10:35 #28821

    You are welcome!

    Thank you!