-
AuthorPosts
-
Rob Hawthorn Friend
Rob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
July 3, 2009 at 9:45 am #142450Hi,
This problem is probably easier to solve by viewing the webpage via a screenshot:
Basically I need to remove the empty container at the bottom of the page but only from the homepage. Anyone know how to do this?
Any help greatly appreciated.
Regards,
RobJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 4, 2009 at 4:20 pm #310003Can you give us a URL?
Thanks,scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
July 4, 2009 at 6:23 pm #310013Not sure why your seeing the top one (#ja-topsl position). Could be you have some module set to display there but isn’t actually visable.
The bottom one is probably your main content area (component area). You don’t seem to have any component showing on that page??
Did you alter your index.php file at all?
Rob Hawthorn FriendRob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
July 5, 2009 at 4:12 pm #310058<em>@scotty 135412 wrote:</em><blockquote>Not sure why your seeing the top one (#ja-topsl position). Could be you have some module set to display there but isn’t actually visable.
The bottom one is probably your main content area (component area). You don’t seem to have any component showing on that page??
Did you alter your index.php file at all?</blockquote>
<em>@jbrett 135399 wrote:</em><blockquote>Can you give us a URL?
Thanks,</blockquote>Hi guys, thanks very much for the replies, I’ve put the site live now it’s at http://white-hot.co.uk/eRetail/
I’m happy with the layout of the homepage as it is apart from the empty container above the black footer bar.
I only want the container in question off from the homepage, is this possible?
It’s the container that holds the main body but I want to keep the homepage as clean and minimal as possible.
Rob
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
July 5, 2009 at 8:28 pm #310071It’s actually the JA_news position. Can you turn it off in the template manager? If not you can comment it out of the index.php.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
July 7, 2009 at 10:36 am #310247Hi
Open templates/ja_lead/css/template.css file, at about line 714, find following code:
.ja-content-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D5D5D5;
margin:0 0 20px;
padding:20px 10px 0;
}
and change to:
.ja-content-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
}
1 user says Thank You to JA Developer for this useful post
July 7, 2009 at 11:42 am #310253Hi,
this solution only delets the empty container.
I´m now using JA-News and JA_News Frontpage. Just have a look to my site to see my problem …
I tried to configre both modules so that I see only one column with one row for every news-aritcle.
Maybe someone can help ??
Thanks a lot !Holger
Rob Hawthorn FriendRob Hawthorn
- Join date:
- September 2014
- Posts:
- 190
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
July 7, 2009 at 2:30 pm #310275Thanks so much Cao Hau I’ll implement the solution
checkmate40 Friendcheckmate40
- Join date:
- February 2008
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
October 27, 2009 at 12:17 am #321670<em>@JA Developer 135720 wrote:</em><blockquote>Hi
Open templates/ja_lead/css/template.css file, at about line 714, find following code:
.ja-content-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D5D5D5;
margin:0 0 20px;
padding:20px 10px 0;
}
and change to:
.ja-content-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
}
</blockquote>Is there a way to do this without it messing up the styling on the sub pages?
kalibs112 Friendkalibs112
- Join date:
- September 2009
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 22
- Thanked:
- 3 times in 4 posts
October 27, 2009 at 12:29 am #321671.ja-content-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D5D5D5;
margin:0 0 20px;
padding:20px 10px 0;
}checkmate40 Friendcheckmate40
- Join date:
- February 2008
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
October 30, 2009 at 1:10 am #322065That didn’t work for me… The white space is still there on the homepage…
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 30, 2009 at 2:05 am #322070Also, you can refer this thread: http://www.joomlart.com/forums/showthread.php?p=150889
this thread will help you to solve all issues.
-
AuthorPosts
This topic contains 12 replies, has 7 voices, and was last updated by Anonymous 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum