Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • 0dass0a9d-asd Friend
    #163291

    Hey there,

    To start, this site is in development mode running on WAMP on my pc so I cannot provide a link to it.

    So these are the things I want to change. (Running Joomla 1.6)

    1. Remove white space from bottom of content main. You can see in the picture it shows up as “div#ja-conent-main.ja-content-main.clearfix [940*1049]”

    2. I want to move the footer up so it is at the bottom of the content (touching). If you see in the second picture the space I need removed shows up as “div#ja-navhelper.wrap [1663*22]

    3. And last but not least, I would like to make it so the footer is the same width as the content (940px)

    I have made ALLOT of changes to the code and I am very happy with how the site is looking, but these three things were just killing me. Couldn’t figure it out for the life of me :((

    Thanks a lot to anyone who cares to answer!


    1. help2
    2. help1
    chavan Friend
    #388582

    Please upload the site in your development server. Since without that we can help you in css fixes.

    Please do the needful

    0dass0a9d-asd Friend
    #388586

    Hey thanks for the help Chavan,

    I just uploaded what I have so far:
    http://hevula.com/testsite/

    Thanks.

    chavan Friend
    #388590

    Post your site Admin Details in PM

    0dass0a9d-asd Friend
    #388595

    I just sent it.

    chavan Friend
    #388600

    http://hevula.com/testsite/ Fixed. I have hided the Navhelper block of default layout XML in the template manager.

    0dass0a9d-asd Friend
    #388601

    Hey Chavan,

    Can you explain how you did that? because I have to make the changes on the development site.

    Also do you know how I can remove that white block at the bottom of the content? (Between the content and footer)

    Thanks.

    Phill Moderator
    #388604

    First let’s look at the white space at the bottom.

    Open templates>ja_methys>css>template.css and at line 856 change


    #ja-content-main {
    padding: 45px 0;

    }

    to


    #ja-content-main {
    padding: 45px 0 0;

    }

    We then need to remove the breadcrumbs block to move your footer up so ho into the template manager from the Joomla back end and click on the layouts tab. Edit the default layout and remove the line below.

    <block name="navhelper" type="navhelper" main-inner="1"></block>

    The the width of the footer optne template.css again and at line 1068 change


    #ja-footer {
    clear: both;

    padding: 20px 0;

    }

    to


    #ja-footer {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    width: 940px;

    }

    We may still have some tweaking to do but we should be close now.

    ****Edit – Chavan beat me to it with the block removal but the explanation is above.

    chavan Friend
    #388607

    Go to Extension -> Template Manager -> JA_METHYS

    Click on the Layout tab and There you will find a Layout setting, then click on the edit on the Default [Layout name].

    A pop up will arise there you can see a nav helper block and I have hide it with the comments line of xml.

    Check the attached image for better understanding.

    Note: If you Find my Post useful please click on the Thanks Icon

    -phill luckhurst I was just typing it, meanwhile you made it.


    1. hevula-com-Picture-1
    2. hevula-com-Picture-2
    0dass0a9d-asd Friend
    #388618

    Wow, you guys are both awesome!

    Thanks a bunch!

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

This topic contains 10 replies, has 3 voices, and was last updated by  0dass0a9d-asd 13 years, 6 months ago.

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