Change Photo Arrangement in Project Template Page

Home Forums Jevelin Theme Change Photo Arrangement in Project Template Page

Home Forums Jevelin Theme Change Photo Arrangement in Project Template Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • nitskov
    Participant

    Is there a way to make all the photos the same size in the project template page? All 4 photos will match the main photo size. See attached image for reference.

    nitskov
    Participant

    image attached

    Attachments:
    You must be logged in to view attached files.

    Hi @nitskov,

     

    Thank you for your question.

     

    You can achieve it by adding 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

     

    .sh-portfolio-single-gallery-item.col-md-4.col-sm-4.col-xs-6 {
        width: 100%;
    }

     

    Best regards,
    Shufflehound team

    nitskov
    Participant

    Thank you for your help,! That almost worked the way I wanted. Unfortunately, the width does not match the main image and the images were cropped for some reason.

     

    Please advise how to make the width of the sub images the same as the main photo without any cropping. Image attached for reference.

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    You can achieve this by using the attached custom child theme of Jevelin theme that contains some custom code.

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)