You open the template.css file:
<blockquote>
div.article-main {
padding-right: 145px !important;
border-bottom: solid 1px #ddd;
padding-bottom: 13px;
position: relative;
}
</blockquote>
change padding property as you said:
and open the file: templates/ja_rave_new/html/com_content/frontpage/default_item.php and templates/ja_rave_new/html/com_content/categorory/default_item.php, templates/ja_rave_new/html/com_content/section/default_item.php
and remove these:
[PHP]
if (preg_match_all ($regex, $this->item->text, $matches)) {
$this->item->text = preg_replace ($regex, ”, $this->item->text);
$images = implode (“n”, $matches[0]);
}
[/PHP]