• Hello, how do I force image dimensions as Image options – Image Width/Height has no effect.
    I even tried to force with CSS on theme style-underline.css:

    div[id*="ajaxsearchliteres"] .results .item .asl_image {
        width: 300px;
        height: 300px;
    }

    still with no success.
    I have cleared all caches. Can you please suggest how to achieve this?
    Thank you

    https://www.ads-software.com/plugins/ajax-search-lite/

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

    (@wpdreams)

    Hi!

    Indeed, it has no effect, I have noted this as a bug.

    Instead of replacing the code in the file directly, I suggest using this custom CSS:

    .results .item .asl_image {
        width: 300px !important;
        height: 300px !important;
    }

    Hopefully it will do the trick.

    Thread Starter Need4WPspeed

    (@need4wpspeed)

    unfortunately had no effect. Will you be fixing this in an update any time soon? Love the plugin!!!

    Plugin Author wpdreams

    (@wpdreams)

    Sure, within the upcoming update as soon as possible ??

    Also, make sure to clear your cache (including browser, page, minify CDN, cloudflare if you use any). I’m almost 100% sure that the code should do the trick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Force Image Width ?’ is closed to new replies.