When using the site search (via sidebar widget), images are sometimes stretched and other elements are overlapping (see attached image). http://aedengroup.com/?s=lemon
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_meta{ padding-left:85px!important; } This will solve your issue. Thanks & Regards Gourav Shrivastava
Hello, Plugin css conflicting with the theme default search page css. Which is causing this issue. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .content-bar .post .post_content img.postimg { width: 95%!important; height: 230px!important; } .content-bar .post .post_meta { padding-top: 40px; } Thanks & Regards Nitesh Raghuwanshi
The second modification worked great (padding); however, the first one (img.postimg) did not. I've attached the results of that modification.
changing it to .content-bar .post .post_content img.postimg {width: 100px!important;height: 100px!important;} results were corrected on bottom image (post), but not top image (product)...see attached.
Hello, We have checked your website and the post ("lavender-Essential Oil-15mL") is displaying the actual image that you have uploaded.
Something seems to be generating a "final" image, which is incorrectly rendered. I'll keep trying to track down how to solve the issue. Thanks!