• Hello Whenever the page loads the animated gif seems to be stretching and does not display properly.

    Thank You

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    That likely happens because of CSS rule from your current theme breaks it.

    Try to add this code to the style(s).css inside your active theme folder, and see if it fixes it.

    
    #wpsl-wrap #wpsl-result-list li.wpsl-preloader {
     max-width: auto !important;
     width: auto !important;
    }

    If not, then try to disable your current theme and see if the problem really comes from within your theme.

    • This reply was modified 6 years, 5 months ago by Tijmen Smit.
Viewing 1 replies (of 1 total)
  • The topic ‘Searching animated gif broken’ is closed to new replies.