<p>That worked, thanks! Just an fyi, it didn't fix the underlying issue, now the labels are obscured by the % from the row below (o;</p><p>I have to apologise, I realise this is basic CSS but I'd appreciated guidance on how to pad the bottom so that there's a bit more space between the progress bars. I'll start digging around but it's been a long while since I touched html/css</p><p> </p><p>cheers! /pauric</p><p> </p>
Hey!
Add this into the custom css box in your theme options panel:
.nectar-progress-bar p { top: 40px!important; position: relative!important; }Cheers :)
<p>That worked, thanks! Just an fyi, it didn't fix the underlying issue, now the labels are obscured by the % from the row below (o;</p><p>I have to apologise, I realise this is basic CSS but I'd appreciated guidance on how to pad the bottom so that there's a bit more space between the progress bars. I'll start digging around but it's been a long while since I touched html/css</p><p> </p><p>cheers! /pauric</p><p> </p>
Hey again!
Try adding this into the custom css box in your Salient options panel :)
body .nectar-progress-bar { margin-bottom: 30px!important; }