Okay
  Public Ticket #2567288
Portfolio Title Not Responsive
Closed

Comments

  •  3
    Lucie_Hanot16 started the conversation

    Hi,

    I would like to make my portfolio title responsive, could you help me please ? 

    Thanks a lot,

    Lucie

  •  2,965
    Andrew replied

    Hi Lucie,

    Add the following custom css in Salient >General settings > CSS/Script related:

    @media only screen and (max-width: 1000px) {
     body.single-portfolio .row .col.section-title.span_12 h1 {
        line-height: 1;
    }
    }
    

    Kind regards.

  •  3
    Lucie_Hanot16 replied

    It work perfectly thanks !