- Posts: 29
- Thank you received: 0
User Module Positions
-
Nick Rains
Inactive member - Topic Author
- Member
Less
More
12 years 5 months ago #20015
by Nick Rains
User Module Positions was created by Nick Rains
If I assign some modules eg Search, Login etc to the User 1 - 4 positions they all end up on top of each other ie arranged vertically, rather than side by side across the page. This happens with all modules - any idea where I'm going wrong? Same thing happens with the user 5-8 positions and the Footer positions.
Joomla 2.5/ VM2
Joomla 2.5/ VM2
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
12 years 5 months ago #20023
by milos
Replied by milos on topic User Module Positions
Make sure you left Module Class Suffix fields empty. Please give us live link of your site so we can inspect your source code.
Please Log in to join the conversation.
-
Nick Rains
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 5 months ago #20041
by Nick Rains
Replied by Nick Rains on topic User Module Positions
photo-iq.net
I have 'Log in' in User 5 and 'Search. in User 8, as you'll see they appear on top of each other at the bottom of the screen.
I have 'Log in' in User 5 and 'Search. in User 8, as you'll see they appear on top of each other at the bottom of the screen.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20060
by ivan.milic
Replied by ivan.milic on topic User Module Positions
in css/template_css.php you have this code:
modify it to this:
Code:
<?php if($bottommodules) { ?>
.bottom .modulerow2,
.bottom .modulerow3,
.bottom .modulerow4 {
width:<?php echo $bottomModuleWidth ?>px;
}
<?php } ?>
modify it to this:
Code:
<?php if($bottommodules) { ?>
.bottom .modulerow2,
.bottom .modulerow3,
.bottom .modulerow4 {
width:<?php echo $bottomModuleWidth - 2 ?>px;
}
<?php } ?>
Please Log in to join the conversation.
-
Nick Rains
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 5 months ago #20081
by Nick Rains
Replied by Nick Rains on topic User Module Positions
Thanks for the quick reply, that works.
I assume the same will work for the uppermodules and footermodules? What If I want three or four modules there, as per the demo module positions graphic on your website? Would I add "- 3" and "- 4" respectively?
I assume the same will work for the uppermodules and footermodules? What If I want three or four modules there, as per the demo module positions graphic on your website? Would I add "- 3" and "- 4" respectively?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20098
by ivan.milic
Replied by ivan.milic on topic User Module Positions
some small value you will find by try and test method, also that is not needed on default installation, some border, padding or margin caused that.
Please Log in to join the conversation.
Time to create page: 0.171 seconds