container not as (I) Expected

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

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

Open Support Ticket
  • Author
    Posts
  • #531941

    vij
    Expired Member
    Post count: 65

    On the home page of the demo ( https://wpgeo.directory/whoop/ ), there is that list view of the places…I expected that there would be a container that would encapsulate each place on that page and I could do a border on each with the following –

    body.whoop-whoop .geodir-category-list-view>li {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    }

    But that doesn’t work.

    Probably because the following
    post-189 gd_place type-gd_place status-publish has-post-thumbnail does not physically contain .gd-list-item-left and .gd-list-item-right

    Is this as designed? I am probably not using the right terms for what I want to explain – but I hope you get what I am saying.

    Regards

    #531984

    Kor
    Moderator
    Post count: 16516

    Hi vij,

    Thanks for your post. You can use the custom CSS code below to achieve this.

    body ul.geodir-category-list-view>li {
        clear: none;
        float: left;
    }
    
    body.whoop-whoop .geodir-category-list-view>li {
        border: 1px solid #e6e6e6;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

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

Open Support Ticket