god69 Posted October 20, 2021 Share Posted October 20, 2021 Site URL: https://madeofair.com Hi ! I would like to reduce the line height of some text on the 'Our Team' page of my site (madeofair.com) >>>> https://www.madeofair.com/ourteam There is too much distance between the titles and the subtext (see photo example below) Many thanks in advance, - K Link to comment
tuanphan Posted October 22, 2021 Share Posted October 22, 2021 Add to Design > Custom CSS /* Ourteam line spacing */ div#page-section-615af0daa7b923454a28bce0 blockquote + p br { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
god69 Posted October 23, 2021 Author Share Posted October 23, 2021 Hi, That worked - thank you as always ! Is there a way for me to have a bit more precise control over the distance there, say adjusting the line height by "em" or "px" ? Link to comment
Solution tuanphan Posted October 27, 2021 Solution Share Posted October 27, 2021 On 10/23/2021 at 6:42 PM, god69 said: Hi, That worked - thank you as always ! Is there a way for me to have a bit more precise control over the distance there, say adjusting the line height by "em" or "px" ? Use this new code /* Ourteam line spacing */ div#page-section-615af0daa7b923454a28bce0 blockquote + p br { display: none; } div#page-section-615af0daa7b923454a28bce0 blockquote { margin-bottom: 10px; } god69 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment