• Resolved slowcoach123

    (@slowcoach123)


    Hi,
    Does anyone know if it is possible to display the percentage symbol ‘%’ in with the percentage numbers on the About section. So that it is clearer what the numbers mean…

    My site is: https://doyouneedawriter.com

    Thanks in advance for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Use this in theme Custom CSS option if provided, or use Custom CSS plugin.

    input[type="text"] { text-indent: -12px; }
    .skill-count { position: relative; }
    .skill-count div::before {  position: absolute; content: "%"; left: 36px; top: 19px; opacity: 0.5; font-size: 0.9em; }
    
    /* fix for the one with 1 digit */
    .skill-count .skill4 { text-indent: -7px; }
    Thread Starter slowcoach123

    (@slowcoach123)

    Awesome Paul, thanks for your help.

    Thread Starter slowcoach123

    (@slowcoach123)

    Hi again Paul,

    Whilst that code has worked to add the % to the About section.

    If you now look at the contact section of my site it has moved the ‘Your Name’ & ‘Subject’ parts of the contact form over to the left.

    I removed the code and refreshed and it went back to normal. Weird.

    Would there be a slight tweak to the code you could suggest?

    Thanks

    Yes, indeed. Change the first line to this instead

    .skill input[type="text"] { text-indent: -12px; }

    Thread Starter slowcoach123

    (@slowcoach123)

    Top man, thank you. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘About section percentages’ is closed to new replies.