• Hi!

    I was wondering if someone could help me with the folllowing: When I click in the options for making the settings (f.e. selecting categories), the dropdown is not directly placed under the searchfield, and settings options and the magnifier.

    position: absolute;
    visibility: visible;
    display: block;
    opacity: 1;
    animation-duration: 300ms;
    top: 946.078px;
    left: 169.234px;`

    This is inline-css for the part I’m talking about. It’s automatically added to a div with the id ajaxsearchlitesettings2.

    How can I place that div right under the .probox div for all resolutions?

    Can’t share a link because the site is under construction now.

    Still I hope someone has (had) the same problem and know how to fix it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter timothy12

    (@timothy12)

    The dropdown part is placed directly under the parent div.

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    If you mean placing the results box directly under the search or search parent element – that is not possible unfortuantely. It is automatically moved via javascript to the main body element upon initialization. It is done to prevent overflow clipping and similar issues.

    Displaying the results in a block under the search (or anywhere else on the same page) is only possible in the paid version.

    Best,
    Ernest M.

    Thread Starter timothy12

    (@timothy12)

    Hello!

    Thanks for your reply! I had a space between the filter button and the field that shows up with the filters in it. That space was caused by a position:relative elsewhere. Solved!

    What I would like, is that when I click on the filter button, the options to choose categories, are displayed like the results. So a in a field with the same width as the parent div.

    Timothy

    Plugin Author wpdreams

    (@wpdreams)

    Well, that is a bit tricky, the best option is to set it to a fixed with via custom CSS, something like:

    .asl_s {
        min-width: 400px;
    }
    Thread Starter timothy12

    (@timothy12)

    Hi!

    Thanks for this advice. I rather had a responsive solution, but after some changes, a fixed width will do too!

    Regards,

    Timothy

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[NSFW] Dropdown right under searchfield’ is closed to new replies.