I tried to make Custom Content Grid Item from an image plus some text. The image is 300x163 (a logo). Sadly, salient theme streches the img height. What's more irritating, the debugger shows the code sets the img height explicitly to 349px (probably from a wrong js. event) (this is nowhere in our content) :
I tried to make Custom Content Grid Item from an image plus some text. The image is 300x163 (a logo). Sadly, salient theme streches the img height. What's more irritating, the debugger shows the code sets the img height explicitly to 349px (probably from a wrong js. event) (this is nowhere in our content) :
<img class="aligncenter size-medium wp-image-6354" src="xxxxx/wp-content/uploads/tp-link_Logo_RGB-300x163.jpg" alt="" style="height: 349px; transform: matrix(1.005, 0, 0, 1.005, 0, 0);" "width="300" height="163" />
How can i make the image display correctly?
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Hi Tahir,
perfect solution, works like a charm.
Thanks a lot!