Advanced Search Dropdown goes under the Map

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

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

Open Support Ticket
  • Author
    Posts
  • #448328

    Mical Johnson
    Expired Member
    Post count: 45

    Hi, I’ve asked this question before and I was given the following CSS to try, but that didn’t work. What we need is the drop down to push everything down just like it does at window width 600px and lower. Can u plz help? Here is my site link:

    http://innkeeper.devhtmlfive.com/
    * Our advanced search drop-down will get even bigger due to a lot more customs fields.

    The following CSS was given to me from support previously which didn’t work. The following is being used in the site above.
    —————————————————————————————————–

    .sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
    width: 800px!important;
    }

    @media only screen and (max-width: 600px) {
    .sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
    position:relative!important;
    max-width: 250px!important;
    }
    }

    @media only screen and (max-width: 768px) {
    .sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {

    width: 500px!important;
    }
    }
    @media only screen and (max-width: 1024px) {
    .sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {

    width: 500px!important;
    }
    }
    ——————————————————————————–
    The attached image shows what I’m trying to describe. Plz, let me know. Thanx.

    Moose

    #448340

    Kor
    Moderator
    Post count: 16516

    Hi Mical,

    Thanks for your reply. You can add scroll to the filters using the custom CSS code below. Insert into Gd > Design > Scripts > Custom Style CSS

    
    
    .sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
        position: relative!important;
        height: 300px!important;
        overflow: scroll!important;
    }
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