Long List

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

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

Open Support Ticket
  • Author
    Posts
  • #409839

    memorex13
    Expired Member
    Post count: 540

    hi,
    There is a possibility to put in four rows or 3 places found, because some category has a very long row.
    Thank you

    #409840

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #409866

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Just checked your Website and I think I know what you needed there. Unfortunately, there are currently no settings to achieve what you needed there but you can try the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content .geodir-entry-content {
        display: block;
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview {
        width: 48%;
        width: -webkit-calc(50% - 4px);
        width: -moz-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview:nth-child(2n+2) {
        margin-right: 0px;
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview {
        border: 1px #e1e1e1 solid;
        margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-post-img {
        width: 100%;
        border: none;
        margin: 0px;
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-post-img .geodir_thumbnail {
        min-width: 100%;
        margin: 0%;
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content .geodir-entry-content {
        display: none;
    }
    
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content .geodir-entry-content {
        display: block;
    }
    
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-content {
        width: 90%;
        margin: 0px 0px 6px 5px;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-addinfo {
        width: 95%;
        margin-left: 5%;
    }
    
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview .geodir-addinfo a {
        font-size: 12px;
        font-weight: normal;
    }
    .geodir_bestof_widget .geodir_category_list_view li.geodir-listview h3 {
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #409932

    memorex13
    Expired Member
    Post count: 540

    Thank you very much this is what I needed

    #410045

    Kor
    Moderator
    Post count: 16516

    Hi memorex13,

    Glad that helped. Feel free to leave us a review if you have not already, it helps us grow! 🙂
    https://wordpress.org/support/plugin/geodirectory/reviews/?rate=5#new-post

    Thanks!

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