Reply To: Styled Portfolio Jumping Pictures

Home Forums WordPress Themes – Premium Flat Responsive Styled Portfolio Jumping Pictures Reply To: Styled Portfolio Jumping Pictures

#17136
Sushil Adhikari
Moderator

Hi Tane,

Please add this following css on child theme style.css file to fix your issue.

.effect-st-portfolio {
    height: 397px;
}

@media screen and (max-width:1000px) {
.effect-st-portfolio {
	height:	332px;
}

@media screen and (max-width:400px) {
.effect-st-portfolio {
	height:340px;
}

Let us know if we are understanding fully or perhaps this not what you meant for.

Looking forward for your response.

Thanks