@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