How can I minimize the amount of auto padding around the milestone number? All I can see is how to increase it but it already has too much, I'd like to be able to get my text block closer to the milestone number so that the information looks connected. I need to decrease the padding below the number, where can this be configured?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.nectar-milestone {
margin-bottom: 0px !important;
}
}
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
How can I minimize the amount of auto padding around the milestone number? All I can see is how to increase it but it already has too much, I'd like to be able to get my text block closer to the milestone number so that the information looks connected. I need to decrease the padding below the number, where can this be configured?
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Didn't work. Added to custom CSS in Salient options AND specific portfolio page with milestone numbers -
http://uniqueinfluen2.wpengine.com/case-studies/ludia-jurassicworldalive/
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team