• Resolved davorg

    (@davorg)


    Hi,

    I’m using Latte to build a site at https://davecross.info/.

    If you look at the Skills section, you’ll see that all of the skills listed have one-word titles. But that shouldn’t be the case. For example “Social” should really be “Social Media”.

    I’ve looked in the options table and I see that the JSON contains the multi-word versions of the titles. So I think that to problem is in the rendering of the widget.

    Any idea what the problem is?

    Thanks,

    Dave…

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

    (@hardeepasrani)

    Hi Dave,

    You need to add the following CSS to your WordPress to fix that:

    .skills .skillbar-title {
        width: 130px !important;
    }

    Your Social Media text was bigger than the size of the first part of the bar so it was appearing below it, which you couldn’t see because it was the same color as the background.

    Hope it helps. ??

    Regards,
    Hardeep

    Thread Starter davorg

    (@davorg)

    That’s great. In fact I needed to make it even wider to accommodate all of my long titles. But 165px seems to do the job.

    Thanks for your help.

    Dave…

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Glad to know. Have a great day. ??

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    I checked your website and after installing the Pro version, the text is overlapping again. Use a plugin, such as Advanced CSS Editor or a child theme, to add CSS to your WordPress. ??

    Thread Starter davorg

    (@davorg)

    Hmm… so installing the Pro version overwrites the Jetpack custom CSS? That’s seems strange.

    I’ve put it back now. Thanks for the heads-up.

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    No, it doesn’t. I’m also using Jetpack Custom CSS on my own site and it’s working properly. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multi-Word Titles in Skills Widget’ is closed to new replies.