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

Reply To: Template Issues?

$
0
0

@firstdrop: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

/* To have the title of the section Portfolio and Team display on mobile devices */
@media screen and (max-width: 666px) {
	#portfolio-content-section, #team-content-section {
		padding-top: 100px;
	}
}

/* To reduce the Portfolio image overlay on mobile devices */
@media screen and (max-width: 666px) { 
	#portfolio-content-section a.post-thumbnail:hover {
		opacity: 0.95;
	}
}

You can change the values according to your choice.
Let me know if this works out!
Kind Regards,
Skandha


Viewing all articles
Browse latest Browse all 4331

Trending Articles