- Posts: 94
- Thank you received: 0
RESOLVED: Reduce Width of User9 Module Position
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
12 years 10 months ago - 12 years 10 months ago #18720
by scottshort
RESOLVED: Reduce Width of User9 Module Position was created by scottshort
Hi,
Could you tell me what file to edit and exactly where in order to reduce the width of the User9 module position? It currently extends from the right edge of the template all the way to the logo. I have a login module that places the username and logout button on far edges of the module field so I end up with the logoff button on the far right but the username and greeting on far left next to the logo. Can you tell me the current width of this module position in pixels and where I need to edit to reduce it to about 1/3 of its current width. Thanks for your help.
Regards
Scott
Could you tell me what file to edit and exactly where in order to reduce the width of the User9 module position? It currently extends from the right edge of the template all the way to the logo. I have a login module that places the username and logout button on far edges of the module field so I end up with the logoff button on the far right but the username and greeting on far left next to the logo. Can you tell me the current width of this module position in pixels and where I need to edit to reduce it to about 1/3 of its current width. Thanks for your help.
Regards
Scott
Last edit: 12 years 10 months ago by scottshort. Reason: PROBLEM RESOLVED..THANKS!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18730
by ivan.milic
Replied by ivan.milic on topic Re: Reduce Width of User9 Module Position
template_css.php:
.user9 {
height:73px;
width:<?php echo $headerModulesWidth; ?>px;
}
you can put fixed value for width like:
.user9 {
height:73px;
width:200px;
}
.user9 {
height:73px;
width:<?php echo $headerModulesWidth; ?>px;
}
you can put fixed value for width like:
.user9 {
height:73px;
width:200px;
}
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago - 12 years 10 months ago #18737
by scottshort
Replied by scottshort on topic Re: Reduce Width of User9 Module Position
Last edit: 12 years 10 months ago by scottshort. Reason: reattach missing file
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18745
by ivan.milic
Replied by ivan.milic on topic Re: Reduce Width of User9 Module Position
add float:right;
.user9 {
height:73px;
width:200px;
float:right;
}
.user9 {
height:73px;
width:200px;
float:right;
}
Please Log in to join the conversation.
-
scottshort
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 94
- Thank you received: 0
12 years 10 months ago - 12 years 10 months ago #18829
by scottshort
Replied by scottshort on topic Re: Reduce Width of User9 Module Position
Hi again Ivan,
Thanks for your help.
Adding 'float right' also did not work as seen in attached pic. It caused User3 module to move above User9. Part of problem might be that I have crammed three modules into User9 ...however they are all working great except and are in good position except for the login module. If you have any other easy suggestions I would appreciate it.
I am also trying to get assistance from login module support, but they might not be as willing to "walk me through the code" like you all do at Hot Joomla. I give you hi regards for this level of support, where others just tell me to "edit the files"....
Regards
Scott
Thanks for your help.
Adding 'float right' also did not work as seen in attached pic. It caused User3 module to move above User9. Part of problem might be that I have crammed three modules into User9 ...however they are all working great except and are in good position except for the login module. If you have any other easy suggestions I would appreciate it.
I am also trying to get assistance from login module support, but they might not be as willing to "walk me through the code" like you all do at Hot Joomla. I give you hi regards for this level of support, where others just tell me to "edit the files"....
Regards
Scott
Last edit: 12 years 10 months ago by scottshort.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18836
by ivan.milic
Replied by ivan.milic on topic Re: Reduce Width of User9 Module Position
send link
Please Log in to join the conversation.
Time to create page: 0.170 seconds