Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4332

Reply To: Increase Height of Featured Image on Small Screen

$
0
0

@rawikltd : Go to Appearance => Customize => Additional css and add the following css.

@media screen and (max-width: 767px){
	#main-slider img {
		height: 300px;
	}
}

Note: The image may get elongated due to height restriction. Let me know if you need any further assistance.

Regards,
Tikaram


Viewing all articles
Browse latest Browse all 4332

Trending Articles