• Resolved pahedomotica

    (@pahedomotica)


    When I search in pages or posts the images are BIG and not scaled to small images is there a fix for?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi,

    You have a lot of plugins and it’s hard to control your website.
    I prepared custom CSS for you to better. I hope it will improve the appearance of your ajax search form.

    
    body .dgwt-wcas-si img {
       max-width:100%;
       box-sizing:border-box; 
    }
    body .dgwt-wcas-content-wrapp .zwave,
    body .dgwt-wcas-content-wrapp .rood {
        display:none;
    }
    body .dgwt-wcas-st>span {
        font-size:13px;
    }
    body .dgwt-wcas-pd-image img {
        max-width:100%
    }
    body .dgwt-wcas-pd-addtc {
        display:block;
    }
    

    Also try to install and run Regenerate Thumbnails – https://wordpress.org/plugins/regenerate-thumbnails/

    Here you can find how to paste a custom CSS – https://en.support.wordpress.com/custom-design/editing-css/

    Best
    Damian Góra

    Thread Starter pahedomotica

    (@pahedomotica)

    Hi Damian,

    Thanks for the codes.

    Regenarate thumbnails did a lot 🙂
    This fixed the other image sizes:
    body .dgwt-wcas-tpd-image img {
    max-width:64px;
    }
    body .dgwt-wcas-tpd-image img {
    max-height:64px;
    }
    body .dgwt-wcas-si img {
    max-width:32px;
    }
    body .dgwt-wcas-si img {
    max-height:32px;
    }

    Hiding the labels is not yet fix, but i geep trying 😉

    Regards Paul.

    Thread Starter pahedomotica

    (@pahedomotica)

    Labels are now also gone 🙂
    With your code!

    Thanks for the good support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pictures are not scaled to small when search in post or pages’ is closed to new replies.