Okay
  Public Ticket #159359
SubHeader Page Line-height
Closed

Comments

  • Davide started the conversation
    Hi, in need to modify the sub-header page line height. Actually is to large for a good look. Can you help me, please?
  •  1,069
    ThemeNectar replied

    Hey Davide!
     

    This is as low as you can take it with css since you have break tags in there:

    .row .col.section-title span {
       line-height: 14px!important;
    }

    (enter it into the Custom CSS box located in your Salient Options panel)

    Cheers!

  • Davide replied

    Hi Nectar,

    i have to enter the break tags into the Custom CSS, the result is the same.

    You have another solutions?

    thx

  •  1,069
    ThemeNectar replied

    instead of using a line break you could use paragraphs like

    <p>Scegli i nostri oggetti per la tua casa perché ti piacciono,</p>
    <p>raccontano qualcosa di te, dei tuoi gusti e del tuo stile</p>

    and then add this into the Custom CSS box located in your Salient Options panel:

    .row .col.section-title span {
        top: 10px!important;
    }

     

  • Davide replied

    Thx a lot!

  •  1,069
    ThemeNectar replied

    You're welcome :)