category

This topic contains 12 replies, has 2 voices, and was last updated by  virginie 4 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #532391

    virginie
    Buyer
    Post count: 115

    Hi,

    how can I change the width of the category container?
    because my text is cut off and I would like it to fit the length of my text

    Thanks

    #532412

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your post. Please share your Website URL here in question and I’ll check and see if it can be adjusted using custom CSS code. Also, share some screenshots from our reference.

    #532414

    virginie
    Buyer
    Post count: 115
    This reply has been marked as private.
    #532423

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. Could you try using this custom CSS code below and see if it works? Insert into WP > Appearance > Customize > Additional CSS.

    .geodir-categories-container ul {
        width: 50%;
    }
    
    .geodir-categories-container ul li a {
        text-overflow: clip;
    }
    #532436

    virginie
    Buyer
    Post count: 115

    big thanks
    It’s working great.

    but I’d like the same thing on mobile

    I tested that but the icon is misplaced.
    How can I correct this?

    @media only screen and (max-width: 600px) {
    .geodir-categories-container ul {
    width: 70%;
    }
    .geodir-categories-container ul li a {
    text-overflow: clip;
    }
    }
    Thank you

    #532711

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. You can use the custom CSS code below to fix this on mobile.

    @media (max-width: 992px) {
    .sd-detail-cat-links img {
        max-height: 50px!important;
        margin-top: 15%!important;
        margin-left: 15%!important;
    }
    }
    #532769

    virginie
    Buyer
    Post count: 115

    Thank you kor

    I tested and it seems to work in the browser inspector or wordpress responsive controls, but on my mobile, it doesn’t work
    how can I solve this problem ?

    Thanks

    #532784

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. Could you please recreate that page again? I can’t seem to open it again.

    #532798

    virginie
    Buyer
    Post count: 115
    This reply has been marked as private.
    #532809

    Kor
    Moderator
    Post count: 16516

    Hi Virginie,

    Thanks for your reply. You can use the custom CSS code below to adjust that.

    @media only screen and (max-width: 600px) {
      .geodir-categories-container ul {
        width: 70%;
    }
    }
    #532834

    virginie
    Buyer
    Post count: 115
    This reply has been marked as private.
    #533171

    Kor
    Moderator
    Post count: 16516

    Hi virginie,

    Thanks for your reply. I’ve fixed this for you and could you please check?

    #533277

    virginie
    Buyer
    Post count: 115

    yes it works

    thank you very much kor

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

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

Open Support Ticket