Question About Images

Home Forums Jevelin Theme Question About Images

Home Forums Jevelin Theme Question About Images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • ukbballrulez33
    Participant

    Hi,

     

    If you’ll visit this specific page at

     

    http://compassnashville.com/people/

     

    You’ll notice that all the images are of different sizes. I want them to be uniform. I’ve tried adding height/width properties to the class .sh-single-image-container img.sh-image-url

     

    but that changes all the images for the ENTIRE site, not just that one page. What would be the recommended way to do this?

     

    Thanks.

    Hi @ukbballrulez33,

     

    I hope you are well today and thank you for your question.

     

    Either make their sizes same and then use them or add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-321 .sh-single-image-container img.sh-image-url {
        max-height: 174px;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)