-
AuthorPosts
-
0dass0a9d-asd Friend
0dass0a9d-asd
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
April 27, 2011 at 4:14 pm #163291Hey 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!
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 27, 2011 at 4:36 pm #388582Please upload the site in your development server. Since without that we can help you in css fixes.
Please do the needful
0dass0a9d-asd Friend0dass0a9d-asd
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
April 27, 2011 at 5:16 pm #388586Hey thanks for the help Chavan,
I just uploaded what I have so far:
http://hevula.com/testsite/Thanks.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 27, 2011 at 5:20 pm #388590Post your site Admin Details in PM
0dass0a9d-asd Friend0dass0a9d-asd
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
April 27, 2011 at 5:34 pm #388595I just sent it.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 27, 2011 at 5:51 pm #388600http://hevula.com/testsite/ Fixed. I have hided the Navhelper block of default layout XML in the template manager.
1 user says Thank You to chavan for this useful post
0dass0a9d-asd Friend0dass0a9d-asd
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
April 27, 2011 at 5:57 pm #388601Hey 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 27, 2011 at 5:59 pm #388604First 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.
1 user says Thank You to Phill for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 27, 2011 at 6:08 pm #388607Go 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.
-
0dass0a9d-asd Friend
0dass0a9d-asd
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 13
- Thanked:
- 2 times in 1 posts
April 27, 2011 at 6:36 pm #388618Wow, you guys are both awesome!
Thanks a bunch!
-
AuthorPosts
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
Jump to forum