-
AuthorPosts
-
February 10, 2011 at 6:33 pm #160016
I’ve looked at the source code on both, and all the divs seem to have the same names. Except my footer is centered, and the demo’s is aligned to the left, and the text is lighter.
Here’s my website: http://beta.houstonda.org/
Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 11, 2011 at 2:59 am #376093you can download and install ja rave quickstart and compare the two version to indetify whats the diffirence.Having a look at your site I see they might not be the same in footer and footnav postiion, please try and let me know.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 11, 2011 at 7:02 am #376137You can change this::
#ja-footer .ja-footnav {template.css (line 526)
clear: left;
margin: 0 15px;
}to
#ja-footer .ja-footnav {template.css (line 526)
float: left;
margin: 0 15px;
color:#888;
width:50%;
text-align:left;
}and adjust width value accordingly
February 12, 2011 at 2:41 am #376282<em>@aman204 220738 wrote:</em><blockquote>You can change this::
#ja-footer .ja-footnav {template.css (line 526)
clear: left;
margin: 0 15px;
}to
#ja-footer .ja-footnav {template.css (line 526)
float: left;
margin: 0 15px;
color:#888;
width:50%;
text-align:left;
}and adjust width value accordingly</blockquote>
This worked–but why would it not work correctly on my site like it does on the demo?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 12, 2011 at 8:26 am #376329<blockquote>but why would it not work correctly on my site like it does on the demo? </blockquote>
It really depends upon type of module you are assigning. Like, You had assigned custom module whereas Demo template shows mod_footer type in specific position which also carries its styling
Secondly, You had long text which had to be assign width property to not flow across the area
Thirdly, Regarding text color, The menu links shown below copyright information have specific color property assigned which changes the color
Hope this information helps 🙂
Cheers
1 user says Thank You to aman204 for this useful post
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by aman204 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum