I tried to put in an item image, and wanted it to float left. i took that in the options, but because of the template css you can not see that.
The problem is the code in css/jstuff.css:
image-width: 100%;
So i made an overwrite in the custom css with the following code:
.item-image {
width: auto;
text-align: left;
padding-right: 15px;
}
But it does not work?
When i change the width in the developer tools in the browser, it does work.
Can you help me with that?