• Resolved DCLVBS

    (@decalvibes)


    Hi there,

    is there any way to stick the search results dropdown to the bottom of the fibo search bar within a sticky header? Currently it seems that the search results are fixed in the background. If scrolling the search results move with the page. But it should move with the sticky search bar.

    Thank you in advance for your help!
    Br, Alex

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

Viewing 1 replies (of 1 total)
  • Thread Starter DCLVBS

    (@decalvibes)

    Fixed by myself. If anyone has the same issue. This code helped me out:

    .dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-headings.js-dgwt-wcas-initialized {
        position: fixed !important;
          overflow-y: auto !important;
        top: 140px !important;
        bottom: 45px !important;
    	overflow-x: hidden !important;
    	z-index: 1;
    	width: auto !important;
    	display: inline !important;
    }

    Br, Alex

Viewing 1 replies (of 1 total)
  • The topic ‘Search Results issue with sticky header’ is closed to new replies.