Viewing 3 reply threads
You must be logged in to reply to this topic.
I’m using a portfolio template to show artwork samples. https://misbegotten.us/artwork/
In every other page, I have been able to eliminate the extra spacing between the H1 tag and the content, but on this page I cannot get rid of that extra space. Any ideas?
Hello,
Please add this code into the page’s custom css box:
.portfolio-item.overlayed h6 { line-height: 9px !important; }
Let us know.
Best regards!
That didn’t help, unfortunately. But thank you for trying.
Hello,
Sorry i was mistaken. I gave you the code for the portfolio items H1 title. Please try this code instead:
.wpb_row.standard_section {
margin-bottom: 0 !important;
}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.