Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pioneercss Friend
    #158475

    10499

    I want to change the footer length as the black one at the bottom.

    Where is the code specifically?

    Thanks


    1. footer
    robert vining Friend
    #370924

    Due to the way the CSS is laid out for the divs, the border needs to be moved to an inner div to accomplish this.

    Even then, the top border in your screenshot will stretch to the edge of the white area, so we will need to do the same for the bottom gray border as well. Make these changes to do that…

    We are working in this file:

    yoursite.com/ja_rave/templates/ja_rave/css/template.css

    Line 475

    #ja-botsl {
    background: none repeat scroll 0 0 #252525;
    border-top: 4px solid #9A2016; <<<<<<<<<< Remove this line

    }

    Line 479

    #ja-botsl .main {
    background: none repeat scroll 0 0 #252525;
    border-top: 4px solid #367AAB; <<<<<<<<<<<<<< Add this line

    }

    Now let’s make the gray border the same width as the blue one…

    Line 501should read like this.

    #ja-footer .ja-copyright {
    border-top: 5px solid #333333;
    margin: 0; <<<<<<<<<<<<<<< change margin from 0px 15px to just 0.

    padding: 15px; <<<<<<<<<<<<<<< change padding from 15px 0px 0px to just 15px.

    position: relative;
    }

    That should give you this when you are done.


    1. rave_border-width

    Robert Vining
    www.joompro.com

    pioneercss Friend
    #372735

    Hi,
    I decided to keep footer black as original and than I changed it.

    Now the problem is footer is working well in front page and some other pages but there are still other pages still have the white footer which I have it before.

    I am confused how come it appears different in other pages
    you can navigate one of the about us pages and the footer will change color?
    http://www.pioneercss.com/pcss

    Phill Moderator
    #372747

    Have you cleared the Joomla, JAT3 and browser caches? The footer on the about page is black for me.

    pioneercss Friend
    #372750

    I clean JAT3 and browser caches and I can see it fine for me too

    Thank you so much

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

This topic contains 5 replies, has 3 voices, and was last updated by  pioneercss 13 years, 4 months ago.

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