• Resolved Art

    (@theart8)


    Dear Latte dev,
    I noticed that the skill widget has a limit of characters which does not enable to put a long word or two words. How can I change this behaviour?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Hardeep Asrani

    (@hardeepasrani)

    Hey there,

    The following CSS can help you:

    .skills .skillbar-title {
        width: auto;
    }

    You can also specify the height, like 150px, to make it even on all the widgets.

    Let me know if it helps. ??

    Thread Starter Art

    (@theart8)

    Great, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase character number skill widget’ is closed to new replies.