Category Styling

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

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

Open Support Ticket
  • Author
    Posts
  • #529227

    Jane
    Full Member
    Post count: 41

    Hi

    I have restyled my category listings, but I wish to get rid of the extra padding to the right of them, so all my text can be included and we get rid of the … for the longer titles. Please can you give me the css to get rid of this padding or margin. Screenshot attached showing white spacing to the right of the menu.

    Thanks

    #529236

    Kor
    Moderator
    Post count: 16516

    Hi Jane,

    Thanks for your post. Could you please share the URL of the page in question? We can use custom CSS code to adjust that.

    #529251

    Jane
    Full Member
    Post count: 41
    This reply has been marked as private.
    #529295

    Kor
    Moderator
    Post count: 16516

    Hi Jane,

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

    .geodir-categories-container ul li.gd-cptcat-li-sub-container ul.gd-cptcat-sub li {
        margin: .25em 0 .25em 0em;
    }
    #529578

    Jane
    Full Member
    Post count: 41
    This reply has been marked as private.
    #529627

    Kor
    Moderator
    Post count: 16516

    Hi Jane,

    Thanks for your reply. The size of the sidebar is not huge enough hence the texts are being cut off. You can use the custom CSS code below.

    .geodir-categories-container ul li a {
        text-overflow: inherit;
        overflow: visible;
    }
    #529726

    Jane
    Full Member
    Post count: 41
    This reply has been marked as private.
    #529854

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

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

Open Support Ticket