Hi, how do I tighten spacing between page title and h3 subheading on front page mobile? Between “Let’s Tell Your Story” and the text below at https://www.shieldsfilms.tv/
Hi,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 1024px) {
.so-panel.widget .widget-title {
margin-bottom: 0;
}
}
Regards,
Kharis
aThemes Support