- Posts: 11
- Thank you received: 0
Multiple articles on the homepage breaks layout
-
mikemooreuk
Inactive member - Topic Author
- New Member
Less
More
13 years 4 months ago #10227
by mikemooreuk
Multiple articles on the homepage breaks layout was created by mikemooreuk
Please have a look at the site I am developing:
www.midlincsnew.com.dnpserver.com
. The hompeage looks fine if I have just the 1 article however if I set more than 1 as featured, the menu and RSS feed move towards the bottom of the page underneath the articles. It is set to 1 leading article and 10 intro text articles. I have tried changing from 2 columns to 1 with no effect. Any help would be appreciated.
Please Log in to join the conversation.
-
mikemooreuk
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
13 years 4 months ago #10228
by mikemooreuk
Replied by mikemooreuk on topic Re: Multiple articles on the homepage breaks layout
Also to confirm, the menu position is left and the RSS feed position is right. On other pages they appear as they should its just when there are more than 1 articles on the page.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10238
by ivan.milic
Replied by ivan.milic on topic Re: Multiple articles on the homepage breaks layout
What is the type of "Home Page" menu item ? it should be front page blog layout.
Please Log in to join the conversation.
-
mikemooreuk
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
13 years 4 months ago #10254
by mikemooreuk
Replied by mikemooreuk on topic Re: Multiple articles on the homepage breaks layout
Thanks for your reply. It is "Featured Articles".
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10264
by ivan.milic
Replied by ivan.milic on topic Re: Multiple articles on the homepage breaks layout
Hi,
open template_css.php
find this:
<?php if ($showuser1) { ?>
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
top:-35px;
}
<?php } ?>
and comment css like this:
<?php if ($showuser1) { ?>
/*
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
top:-35px;
}
*/
<?php } ?>
open template_css.php
find this:
<?php if ($showuser1) { ?>
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
top:-35px;
}
<?php } ?>
and comment css like this:
<?php if ($showuser1) { ?>
/*
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
top:-35px;
}
*/
<?php } ?>
Please Log in to join the conversation.
-
mikemooreuk
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
13 years 4 months ago #10271
by mikemooreuk
Replied by mikemooreuk on topic Re: Multiple articles on the homepage breaks layout
That doesn't seem to have fixed the problem. The website is
www.midlincsnew.com.dnpserver.com
Please Log in to join the conversation.
Time to create page: 0.172 seconds