duplicate search form and scrolling issue

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

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

Open Support Ticket
  • Author
    Posts
  • #460997

    Toufik Sabour
    Full Member
    Post count: 3

    Could you please help me with this: issue illustrated in the screenshot. Thanks

    #461000

    Guust
    Moderator
    Post count: 29970

    1. Remove the GD Search widget from the GD Listings section. In Supreme, the listings pages have the top search built in.

    2. If you remove the scroll bar, then your visitors can only see the first listings.

    3. Try this CSS to change the widths:

    
    
    .sd.archive.geodir-page #geodir_content {
        flex-basis: 80% !important;
        width: 80% !important;
    }
    .sd.archive.geodir-page .geodir-listings-sidebar-right {
        width: 20% !important;
        flex-basis: 20% !important;
    }

    Thanks

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