Okay
  Public Ticket #2054240
Portfolio project mobile version H1 can't change line-height
Closed

Comments

  • alexandersheck started the conversation

    Portfolio project mobile version H1 can't change line-height.

    As you see it needs to be more line-height

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
            line-height: 27.9px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • alexandersheck replied

    Thanks! It work

  • lavitan replied

    I have the same problem but the custom css does not apply in my case. 

    What do you suggest?


  •  8,992
    Tahir replied

    @Iavitan, Please create a new ticket with your site url so we can have a look. 

    Best 


    ThemeNectar Support Team 

  • Amy replied

    Hey Tahir,

    I'm having the same issue. The Custom CSS posted doesn't change the line height on my mobile device, just in the browser. Is there another solution? I do have 'Custom Responsive Headings' activated.



  •  8,992
    Tahir replied

    @Amy,

    Please create a new ticket and provide the page url where we can see the issue .

    Best 


    ThemeNectar Support Team