Okay
  Public Ticket #227579
tip on bottom
Closed

Comments

  • david started the conversation

    hi,

    is it possible to have the number just below the bar? (as you can see, it mask the title of the bar)

  •  8,441
    Tahir replied

    Hey David!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .nectar-progress-bar span strong:after {
        border-width: 0px 5px 5px !important;
        bottom: 20px !important;
    
    
    }
    
    
    body .nectar-progress-bar span strong {
        top: 25px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • david replied

    Great!

    thanks