Expand listings on Search Page

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

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

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #510775

    mb299
    Free User
    Post count: 147

    Hello..
    I am using WP Ver :5.2.3 & GD Ver :2.0.0.66

    Its a listing website using Supreme Directory theme. The plugins that i am using are Geo Directory, Ninja Forms, Code Snippets & UsersWP.

    I tried several ways to expand the listing views on search page but nothing worked. As of now, I have disabled all maps in GeoDirectory but on search page, the blank space still exists.

    Please let me know if the listings can be expanded to full width?

    Also, I need to remove the “Show Map” button on this page. It toggles between Show Map and Show Listings.

    Awaiting your reply on this please.

    Thanks / Manish

    #510782

    Kor
    Moderator
    Post count: 16516

    Hi Manish,

    This can be done using custom CSS code. Could you please share the URL of the page in question here so that I could work out a custom code for you?

    #510789

    mb299
    Free User
    Post count: 147
    This reply has been marked as private.
    #510934

    Kor
    Moderator
    Post count: 16516

    Hi mb299,

    Thanks for your reply. You can use the custom CSS code below and see if it’s what you’re looking for.

    .sd-archive-resizer,.sd-mobile-search-controls {
        display:none!important;
    }
    
    .sd.geodir-archive .entry-content.sidebar-active {
        width: 100%!important;
    }
    
    .gd-list-item-right {
        float: left!important;
        display:inline-block!important;
    }
    
    .gd-list-item-left {
        float: left!important;
        display:inline-block!important;
    }
    
    @media only screen and (max-width: 800px) {
    body ul.geodir-category-list-view>li {
        width: 100% !important;
    }
    }
    #511059

    mb299
    Free User
    Post count: 147

    Thanks Kor,

    Helpful as always. It worked.

    Manish

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