• Resolved thePleasurePrincess

    (@thepleasureprincess)


    The WPR 3.0.2 update has a css issue with the SearchIQ plugin.

    Your magnify-icon box width defaults to 100% which makes it cover the entire input area and impossible to enter text.

    I made a temp fix by overriding your css with this:

    /*** set max width of magnify-icon so it won't cover the input box ***/
    div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
        max-width: 25px;
    }
    /*** set left padding so text doesn't start under magnify-icon ***/
    .wpr_search .wpr-search-field {
        padding-left: 39px !important;
    }

    PS – I still stand by the 5 star review I left yesterday!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘css problem with SearchIQ’ is closed to new replies.