-
AuthorPosts
-
July 22, 2007 at 2:56 pm #121583
Please take a look at, http://gymcatcheer.com/joomla/ and let me know why the footer is all the way up under the content?
Something is not right, but I can’t figure out what is wrong.
Thanks.
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
July 22, 2007 at 8:01 pm #224832It looks like the container is not being displayed properly.
Although I am no expert on css, you can try one of 3 things.
Search for the following in the template_css.css
#ja-containerwrap {
padding: 0;
margin-top: 5px;
text-align: left;
}
and change it to
#ja-containerwrap {
padding: 0;
margin-top: 5px;
text-align: left;
height: auto;
}
or you can try
#ja-containerwrap {
padding: 0;
margin-top: 5px;
text-align: left;
height: 100%;
}
or you can set a minimum height by changing it to something like
#ja-containerwrap {
padding: 0;
margin-top: 5px;
text-align: left;
height: 1000px;
}
Refresh the page after applying the changes.
Hope this helps.instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
July 22, 2007 at 11:35 pm #224848Actually the last one should be
#ja-containerwrap {
padding: 0;
margin-top: 5px;
text-align: left;
height: 1000px;
min-height: 1000px;
}
Or whatever you want the minimum height to be.July 23, 2007 at 3:12 pm #224932thanks…that seems to work.
I now have a different problem with the template. I have two modules placed in User 1 and User 2. It is “cutting off” the second modules on each User 1 and User 2. Id you refresh the page a couple of times you will see that the other modules appear, but are then covered up by the main body.
Also….how do you extend the main black body of the site? It looks like the black of the main body is only extending just a little, so if any other stories are added they will be in the gray area and not the black area as intended.
Thanks a lot for your help!!
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
July 23, 2007 at 11:25 pm #224951I am not sure why you are having these problems, but I suspect that it has something to do with the fact that you are running Joomla from within a folder, and not from the site root. I suggest reinstalling the site in the root, but here is the answer to your request.
In template_css.css
change
#ja-mainbody {
float: left;
width: 80%;
border: 2px solid #000000;
}
to
#ja-mainbody {
float: left;
width: 80%;
border: 2px solid #000000;
height: 1000px;
min_height: 1000px;
}
or to whatever you want the minimum height to be.
and change
#ja-topsl {
clear: both;
background: url(../images/topsl-bg.jpg) no-repeat #000000;
color: #FFFFFF;
border-top: 1px solid #333333;
border-bottom: 1px solid #000000;
}
to
#ja-topsl {
clear: both;
background: url(../images/topsl-bg.jpg) no-repeat #000000;
color: #FFFFFF;
border-top: 1px solid #333333;
border-bottom: 1px solid #000000;
height: 300px;
min-height: 300px;
}
This is going to become tedious though as you go along with this template. I highly recommend installing the site in the root.
Good luck.July 24, 2007 at 8:29 pm #225009well, I have given up on having more than three modules in place because it does cuts off the ones below it. I wish this could be fixed because it is very agravating.
I know this will sound crazy, but I can’t figure out the line where to change the code to make this text white, http://gymcatcheer.com/joomla/index.php?option=com_staff&Itemid=31.
Thanks,
Robert
July 24, 2007 at 8:35 pm #225011<em>@pibrew 21948 wrote:</em><blockquote>well, I have given up on having more than three modules in place because it does cuts off the ones below it. I wish this could be fixed because it is very agravating.
I know this will sound crazy, but I can’t figure out the line where to change the code to make this text white, http://gymcatcheer.com/joomla/index.php?option=com_staff&Itemid=31.
Thanks,
Robert</blockquote>
I figured out the text color issue, but still have no idea about the module problem. If I put more than one module in the User 1 slot it will only show the first one and cuts off the second one.
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
July 24, 2007 at 9:01 pm #225013pibrew;21948well, I have given up on having more than three modules in place because it does cuts off the ones below it. I wish this could be fixed because it is very agravating.
I know this will sound crazy, but I can’t figure out the line where to change the code to make this text white, http://gymcatcheer.com/joomla/index.php?option=com_staff&Itemid=31.
Thanks,
Robert
check the size, height of the module an set to absolute height ( you provide the amt in px or 100 % height in the admin backend
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by ShannonN 17 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum