Okay
  Public Ticket #1967515
Portfolio Headline is squeezed on mobile view
Closed

Comments

  • digitalanders started the conversation

    Hey, on our portfolio page is the headline squeezed. Visit https://www.pommernbau.de/referenzen/hinterlueftete-fassade-kita-friedrichsgabe/ with your mobile phone to see what I mean.


    Thanks for support

    Martin 


  •  8,995
    Tahir replied

    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.single-portfolio .row .col.section-title h1 {
            line-height: 46px!important;
        }
    }

    Thanks


    ThemeNectar Support Team