-
AuthorPosts
-
pioneercss Friend
pioneercss
- Join date:
- November 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
January 8, 2011 at 6:09 pm #15847510499
I want to change the footer length as the black one at the bottom.
Where is the code specifically?
Thanks
robert vining Friendrobert vining
- Join date:
- November 2006
- Posts:
- 33
- Downloads:
- 35
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 15 times in 7 posts
January 9, 2011 at 2:24 pm #370924Due 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 user says Thank You to robert vining for this useful post
pioneercss Friendpioneercss
- Join date:
- November 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
January 19, 2011 at 8:12 pm #372735Hi,
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/pcssPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 19, 2011 at 8:33 pm #372747Have you cleared the Joomla, JAT3 and browser caches? The footer on the about page is black for me.
1 user says Thank You to Phill for this useful post
pioneercss Friendpioneercss
- Join date:
- November 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
January 19, 2011 at 8:51 pm #372750I clean JAT3 and browser caches and I can see it fine for me too
Thank you so much
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by pioneercss 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum