Okay
  Public Ticket #1756149
Progress bars
Closed

Comments

  • Anne-Laure started the conversation

    Hello,

    The titles of the progress bars are overlapping the percentage associated. To resolve it, I was thinking about having the titles on the hand right side as I have little percentages as 20% maximum. Is it possible to do so ?

    Thank you for your help.

  •  8,998
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Anne-Laure replied privately
  •  8,998
    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-progress-bar p {
        margin-bottom: 20px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Anne-Laure replied

    Thank you very much.

    I would have prefer to make the title appears on the right of the bars. Is it possible ?

  •  8,998
    Tahir replied

    No unfortunately its not possible given the current html markup. 

    Best


    ThemeNectar Support Team