Some Listing counts not show

This topic contains 4 replies, has 3 voices, and was last updated by  milettic 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #527026

    milettic
    Expired Member
    Post count: 240

    On my home page, I have categories with enabled coun numbers. But long titles hide numbers. It seems sample but I can’t find the right CSS to fix.

    Can someone check, please

    https://rehabventure.com/

    Thank you

    #527060

    Alex Rollin
    Moderator
    Post count: 27815

    Have you considered shorter category names?
    You want to cutoff the category text earlier?

    #527067

    milettic
    Expired Member
    Post count: 240

    Names are ok even they don’t appear all, just I need to show counts

    #527073

    Kor
    Moderator
    Post count: 16516

    Hi milettic,

    Thanks for your reply. You can use the custom CSS code below and see if it’s what you’re looking for. Insert into WP > Appearance > Customize > Additional CSS.

    .geodir-categories-container ul li a {
        text-overflow: clip;
    }
    #527091

    milettic
    Expired Member
    Post count: 240

    I did, remain the first one

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket