Home Forums Jevelin Theme Increasing min height for portfolio tiles Reply To: Increasing min height for portfolio tiles

Home Forums Jevelin Theme Increasing min height for portfolio tiles Reply To: Increasing min height for portfolio tiles

Solution for this topic

Hi @grammakov,

 

I hope you are well today and 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

 

#content .sh-portfolio-item {
    min-height: 360px;
}

 

Best regards,
Shufflehound team