• Resolved angielond

    (@angielond)


    Hi! I’m having some problems with the search suggestions , the results don’t appear attached to the search input box, they appear in the top of the page. I’ve tried uninstalling the plugin and installing back again and it still doesn’t work. Also tried with the css position but i can’t modify it.

    Thanks in advance

    • This topic was modified 5 years, 2 months ago by angielond.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 8blocks

    (@8blocks)

    Hi there…you have some styling applied to .pac-container that is absolutely positioning the autocomplete results in your layout.css file on line 1441. Here is the code from your CSS file:

    #autocomplete-results {}
    .pac-container { top: 78px !important; left: 0 !important;}

    Once removed, that will solve the issue you’re seeing. If you needed to apply that styling for the Places autocomplete elsewhere on your site, take that into consideration before making any changes.

    Let us know if that helps, and feel free to shoot us an email to [email protected] and we’d be happy to assist further if needed ??

    Thread Starter angielond

    (@angielond)

    Thank you so much! It was really helpful ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search suggestion results out of place’ is closed to new replies.