Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dhartionline Friend
    #156372

    I am referring to the template quickstart’s home page main content beneath where it says WELCOME TO JA RAVE. In the articles below that, there is a 120×120 thumbnail there. If i remove the picture, the thumbnail goes away, but the column width stays the same and leaves room for the thumbnail on he right. How do I increase the column width after removing the thumbnail?

    Edit: Nevermind, I figured it out. Changed the following in template.css:

    div.article-main {
    padding-right: 10px !important;

    Saguaros Moderator
    #362701

    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]

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum