Listings with long names

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

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

Open Support Ticket
  • Author
    Posts
  • #8100

    jltrinka
    Free User
    Post count: 183

    Any chance i can make listings with long names display the full name, or maybe wrap down to a second line? The whole listing name should be visible.

    #8101

    jltrinka
    Free User
    Post count: 183
    This reply has been marked as private.
    #8105

    Simone
    Expired Member
    Post count: 3515

    Hello @jltrinka, to do that, you need to edit the style.css file in /wp-content/plugins/geodirectory/geodirectory-assets/css
    go to the row 712 or look for the class

    
    
    .geodir_category_list_view li.geodir-gridview h3 {
    

    and remove the line

    white-space: nowrap;

    Best,
    Simone

    #8125

    Guust
    Moderator
    Post count: 29970

    Or you could it add this to the child theme’s CSS so you don’t loose it in an upgrade 🙂

    .geodir_category_list_view li.geodir-gridview h3 {
    white-space: normal;
    }

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

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

Open Support Ticket