Comments Yannik started the conversationOctober 29, 2014 at 7:47pmWhen viewed in portrait mobile format, the title of a item protfolio wraps but overlaps.Can I have some custom CSS to corect this problem?See screenshot attached Yannik repliedOctober 29, 2014 at 11:09pmI found it!Just add to the custom CSS:/* Mobile */@media only screen and (max-width : 690px) { body.single-portfolio .row .col.section-title h1 { line-height: 20px !important; }And adjust the "line-height: X px" 8,840Tahir repliedOctober 30, 2014 at 12:10amHey!Add this into the Custom CSS box located in your Salient Options panel :.single-portfolio .row .col.section-title h1 { line-height: 1em !important; } Thanks ThemeNectar Support Team Sign in to reply ...
When viewed in portrait mobile format, the title of a item protfolio wraps but overlaps.
Can I have some custom CSS to corect this problem?
See screenshot attached
I found it!
Just add to the custom CSS:
/* Mobile */
@media only screen and (max-width : 690px) {
body.single-portfolio .row .col.section-title h1 {
line-height: 20px !important;
}
And adjust the "line-height: X px"
Hey!
ThemeNectar Support Team