Skip Navigation

[Resolved] Caracter Spacing in Column Headings

This support ticket is created 7 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Noman 7 years, 4 months ago.

Assisted by: Noman.

Author
Posts
#530384

J S

Hi,

I'm trying to adjust the character spacing for the column headings.... see this page: hidden link

Notice how the "l" and "i" in the word "policies" runs together making them hard to distinguish. What CSS can I add to change prevent this?

Thanks!

#530537

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Jorsil,

Thank you for contacting Toolset Support.

It seems to be happening because of the Font family and smaller size. To make it more readable, please add the following CSS in your theme’s style.css file OR in Theme Options >> Custom CSS section:

a.wpv-header-no-sort.js-wpv-sort-trigger.js-wpv-column-header-click {
	letter-spacing: 1px !important;
	font-size: 18px !important;
}

I hope it helps, Thank you

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.