Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dvejendla Friend
    #127016

    I have a question regarding some extra space on my home page. I have only one news item on the front page, and that is a welcome message.

    I have no need for any other news item on the front page at this time. There is a significant amount of empty space between the welcome item and the footer. How do I remove it?

    I am using I am using Joomla version 1.0.13 Stable

    website url: http://abkflowers.com/index.php

    Any help is much appreciated. Thanks.

    Deepak

    hieunt Friend
    #243412

    Hi dvejendla,
    If you want to empty space between the welcome item and the footer, you can do the followings:
    – Open file template_css.css in dir ../templates/ja_pariiti/css/template_css.css
    – search and change :
    <blockquote>
    #ja-contentwrap {
    clear: both;
    margin: 20px 0px;
    }
    </blockquote>
    with
    <blockquote>
    #ja-contentwrap {
    clear: both;
    margin: 20px 0px 0px 0px;
    }
    </blockquote>
    And
    <blockquote>
    html>body #ja-content div.innerpad {
    height: auto;
    min-height: 400px;
    }
    </blockquote>
    with
    <blockquote>
    html>body #ja-content div.innerpad {
    height: auto;
    }
    </blockquote>
    thanks

    dvejendla Friend
    #243425

    Thanks hieunt. I will try this. I appreciate your help.

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

This topic contains 3 replies, has 2 voices, and was last updated by  dvejendla 16 years, 5 months ago.

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