• Resolved spinach

    (@spinach)


    Hi there, nice plugin! I am having a difficulty with the front end values window box. Something is wrong with the window box as it is cropped when i type into the search by category. There are 2 search bars on purpose to see the problem.

    I will send you an image attachment because my site is under construction.

    Thanks in advance,

    • This topic was modified 6 years, 1 month ago by spinach.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter spinach

    (@spinach)

    Can anybody please tell me why the search settings values in the frontend is behind the search box? How can this be fixed?

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    This sounds like a stylesheet z-index issue, but it is impossible tell without actually seeing it. If you can link me to a page where this is visible, I might be able to suggest a custom CSS solution.

    Best,
    Ernest M.

    Thread Starter spinach

    (@spinach)

    Check this link: https://biocarehellas.gr/ when pressing the search magnifier (menu far right side), select the down arrow to open the values, you will then see the problem with the cropping.

    Plugin Author wpdreams

    (@wpdreams)

    Thank you, I see it now. It seems to be a simple z-index issue. This custom CSS will resolve it:

    .asl_r, .asl_s {
        z-index: 99999 !important;
    }

    Best regards,
    Ernest M.

    Thread Starter spinach

    (@spinach)

    Great, that worked! If I want to lower it a bit more?

    Plugin Author wpdreams

    (@wpdreams)

    You are welcome!

    Try using a margin-top via custom CSS:

    .asl_s {
        margin-top: 10px !important;
    }

    Best,
    Ernest M.

    Thread Starter spinach

    (@spinach)

    You are a star!

    • This reply was modified 6 years, 1 month ago by spinach.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Front end values box cropped’ is closed to new replies.