• Resolved Mario62rus

    (@mario62rus)


    After updating the plugin to version 4.11, there were problems with the styles of search results.
    1) The search results overlap the search string and cover part of the letters.
    2) The last image in the search results is cropped – it is not fully displayed.
    There was no such thing before the plugin update. Please help me fix this.

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

    (@wpdreams)

    Hi,

    You are using a custom CSS on your site to modify the results layout, that is causing the problem:

    div.asl_w{
    	box-shadow: none !important;
    	padding: 20px 0 !important;
    	border-bottom: 2px solid #B3BDD8 !important;
    }

    The issue is caused by the 20px forced top and bottom margin.

    Best,
    Ernest M.

    Thread Starter Mario62rus

    (@mario62rus)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with search results styles’ is closed to new replies.