Comments Davide started the conversationFebruary 7, 2014 at 12:39pmHi, in need to modify the sub-header page line height. Actually is to large for a good look. Can you help me, please? 1,069ThemeNectar repliedFebruary 10, 2014 at 8:08amHey 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 repliedFebruary 12, 2014 at 8:15pmHi Nectar,i have to enter the break tags into the Custom CSS, the result is the same.You have another solutions?thx 1,069ThemeNectar repliedFebruary 14, 2014 at 2:05pminstead 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 repliedFebruary 14, 2014 at 3:36pmThx a lot! 1,069ThemeNectar repliedFebruary 17, 2014 at 1:27pmYou're welcome :) Sign in to reply ...
Hey Davide!
This is as low as you can take it with css since you have break tags in there:
(enter it into the Custom CSS box located in your Salient Options panel)
Cheers!
Hi Nectar,
i have to enter the break tags into the Custom CSS, the result is the same.
You have another solutions?
thx
instead of using a line break you could use paragraphs like
and then add this into the Custom CSS box located in your Salient Options panel:
Thx a lot!
You're welcome :)