• Resolved engiem

    (@engiem)


    FiboSearch last item scrolling issue

    It keeps reload and not showing the last item & get back to above items

    Also scrolling by arrow of the keyboard not working

    Regards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter engiem

    (@engiem)

    Kind reminder

    Hi @engiem

    Please try this CSS code to solve the problem:

    .dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
    	display: flex !important;
    	flex-direction: column;
    }
    
    .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    	min-height: 82px !important;
    	height: 82px !important;
    	padding: 6px !important;
    }
    
    .dgwt-wcas-content-wrapp {
    	align-items: flex-start !important;
    }
    

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

    Thread Starter engiem

    (@engiem)

    Thanks a million

    • This reply was modified 1 year, 8 months ago by engiem.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FiboSearch last item scrolling issue’ is closed to new replies.