Okay
  Public Ticket #1937348
Milestone padding control?
Closed

Comments

  • D started the conversation

    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? 

  •  8,996
    Tahir replied

    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):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        .nectar-milestone {
            margin-bottom: 0px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • D replied

    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/


  •  8,996
    Tahir replied

    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):

        .nectar-milestone {
            margin-bottom: 0px !important;
        }
    

    Thanks


    ThemeNectar Support Team