1. When I upload an image into the image tab of an item it is always shown above the content. Is there a way to change it? (e.g. have first some text, then the item image)
You can edit the templates/jf_vihrea/html/com_k2/default/category_item.php file.
2. When I insert an image into the content tab of an item, there is always a space between the border of the image and the border of the whole item module. Is there a way to change it for the image (not for the text though)?
You can use css, example:
div.catItemIntroText img {
margin-left: -40px;
margin-right: -40px;
}
Thank you for using our template!
joomfreak